Remove vim from the yttrx role

This commit is contained in:
Waffles
2022-12-31 18:09:49 -08:00
parent 8e4d6eeadb
commit f16b6cf760
3 changed files with 1 additions and 424 deletions
-15
View File
@@ -6,21 +6,6 @@
name: prometheus-node-exporter
state: present
- name: Create nvim config dir
file:
path: /root/.config/nvim
state: directory
- name: Install nvim config file
template:
src: templates/nvim/init.vim.j2
dest: /root/.config/nvim/init.vim
- name: Install nvim plugins
command: nvim --headless +PluginInstall +qall
args:
creates: /root/.vim/bundle/
- name: Clone fzf
git:
repo: https://github.com/junegunn/fzf