1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/neovim/tasks/main.yml

17 lines
383 B
YAML
Raw Permalink Normal View History

2019-12-01 16:29:03 +01:00
---
- name: Copy neovim conf file
copy:
src: init.vim
dest: ~/.config/nvim/
notify: trigger plug install
2019-12-03 09:38:00 +01:00
- name: Create autoload vim dir
file:
path: ~/.local/share/nvim/site/autoload/
state: directory
- name: Install vim plug
get_url:
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
dest: ~/.local/share/nvim/site/autoload/