diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-06-11 16:45:17 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-06-11 16:45:17 -0600 |
commit | f4fd17ed43e47f87ac428dfcb6dbfa86216dcd9b (patch) | |
tree | 060920a289e373f853c4ae56068c727c3ddc2aee | |
parent | 4eb113fcf8593fd863f656e84cab0d85b958198c (diff) |
Adding salt plugin
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ Plug 'morhetz/gruvbox' " Pretty colorscheme Plug 'ledger/vim-ledger' " Ledger plugin Plug 'python-mode/python-mode' " Python awesomeness in vim Plug 'chr4/nginx.vim' " nginx stuff +Plug 'saltstack/salt-vim' " Salt file syntax Plug 'thornycrackers/vim-options' " Custom options call plug#end() |