From f4fd17ed43e47f87ac428dfcb6dbfa86216dcd9b Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 11 Jun 2018 16:45:17 -0600 Subject: Adding salt plugin --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index cc8606d..64a1294 100644 --- a/vimrc +++ b/vimrc @@ -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() -- cgit v1.2.3