ansible: add vim role

This commit is contained in:
2025-09-15 13:59:36 +02:00
parent aed7efed71
commit cf5c5a076e
5 changed files with 112 additions and 0 deletions

View 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"