dotfiles/roles/user/editors/neovim/tasks/main.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

10 lines
210 B
YAML

---
- name: Packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Install NvChad
ansible.builtin.git:
repo: https://github.com/NvChad/NvChad
dest: ~/.config/nvim
depth: 1