Fix neovim colors path
This commit is contained in:
parent
74a974be5e
commit
7cc21dd3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
- name: setup neovim color files
|
||||
copy:
|
||||
dest: '{{ xdg_data_dir }}/nvim/site/colors'
|
||||
dest: '{{ xdg_data_dir }}/nvim/site/'
|
||||
src: 'files/nvim/colors'
|
||||
|
||||
- name: setup neovim configuration files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue