ansible: add vim role
This commit is contained in:
15
ansible/roles/vim/defaults/all
Normal file
15
ansible/roles/vim/defaults/all
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
vim_plugins:
|
||||
- url: "https://github.com/jvirtanen/vim-hcl.git"
|
||||
dest: "vim-hcl"
|
||||
- url: "https://github.com/fatih/vim-go.git"
|
||||
dest: "vim-go"
|
||||
- url: "https://github.com/vim-airline/vim-airline.git"
|
||||
dest: "vim-airline"
|
||||
- url: "https://tpope.io/vim/fugitive.git"
|
||||
dest: "fugitive"
|
||||
- url: "https://github.com/dense-analysis/ale"
|
||||
dest: "ale"
|
||||
- url: "https://github.com/preservim/nerdtree"
|
||||
dest: "nerdtree"
|
||||
Reference in New Issue
Block a user