toansible: Add nvim folder that broke the role
This commit is contained in:
parent
e306a9828d
commit
accbc4585d
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
name: neovim-remote
|
||||
extra_args: --user
|
||||
|
||||
- name: Make sure ~/.config/nvim/ directory exists
|
||||
file:
|
||||
path: ~/.config/nvim
|
||||
state: directory
|
||||
|
||||
- name: Copy neovim config
|
||||
copy:
|
||||
src: init.vim
|
||||
|
|
Loading…
Add table
Reference in a new issue