fix(user/neovim): switch to kickstart
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1a481b7686
commit
7d311ad5b3
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
ansible.builtin.include_tasks: install.yml
|
ansible.builtin.include_tasks: install.yml
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- name: Install NvChad
|
- name: Install mf's kickstart
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: https://github.com/NvChad/NvChad
|
repo: https://github.com/mfocko/kickstart.nvim.git
|
||||||
dest: ~/.config/nvim
|
dest: ~/.config/nvim
|
||||||
depth: 1
|
version: develop
|
||||||
|
|
Loading…
Reference in a new issue