Skip to content

Instantly share code, notes, and snippets.

@spicyjack
Created April 21, 2021 00:21
Show Gist options
  • Save spicyjack/c06ea01204782604a6f2020c91c1899b to your computer and use it in GitHub Desktop.
Save spicyjack/c06ea01204782604a6f2020c91c1899b to your computer and use it in GitHub Desktop.
Ansible vars file with VIM setup info
---
# VIM directories
vim_subdirs_list:
- ~/.config/coc
- ~/.vim/autoload
- ~/.vim/backup
- ~/.vim/pack/plugs/start
- ~/.vim/pack/syns/start
- ~/.vim/swapfiles
- ~/.vim/undo
# VIM plugins
vim_plugs_list:
- https://github.com/Shougo/neosnippet.vim.git
- https://github.com/honza/vim-snippets.git
- https://github.com/jlanzarotta/bufexplorer.git
- https://github.com/scrooloose/syntastic.git
- https://github.com/spicyjack/plugins.vim.git
- https://github.com/spicyjack/taglist.vim.git
- https://github.com/vim-scripts/Align.git
- https://github.com/vim-scripts/TaskList.vim.git
# VIM syntax highlighting plugins
vim_syns_list:
- https://github.com/Absolight/vim-bind.git
- https://github.com/StanAngeloff/php.vim.git
- https://github.com/Tyilo/applescript.vim.git
- https://github.com/aklt/plantuml-syntax.git
- https://github.com/cespare/vim-toml.git
- https://github.com/chr4/nginx.vim.git
- https://github.com/elzr/vim-json.git
- https://github.com/exu/pgsql.vim.git
- https://github.com/gisphm/vim-gitignore.git
- https://github.com/jelera/vim-javascript-syntax.git
- https://github.com/lilyball/vim-swift.git
- https://github.com/mannih/vim-perl-variable-highlighter.git
- https://github.com/msanders/cocoa.vim.git
- https://github.com/othree/html5-syntax.vim.git
- https://github.com/plasticboy/vim-markdown.git
#- https://github.com/hallison/vim-markdown.git
- https://github.com/rust-lang/rust.vim.git
- https://github.com/tpope/vim-git.git
- https://github.com/vim-perl/vim-perl.git
- https://github.com/vim-scripts/asmM6502.vim.git
- https://github.com/vim-scripts/ciscoasa.vim.git
- https://github.com/vim-scripts/dhcpd.vim.git
- https://github.com/vim-scripts/glsl.vim.git
- https://github.com/vim-scripts/jQuery.git
- https://github.com/vim-scripts/openvpn.git
- https://github.com/xuhdev/syntax-dosini.vim.git
- https://github.com/yko/mojo.vim.git
...
# vim: filetype=yaml shiftwidth=2 tabstop=2:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment