diff options
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Plug 'python-mode/python-mode' " Python awesomeness in vim Plug 'chr4/nginx.vim' " nginx stuff Plug 'saltstack/salt-vim' " Salt file syntax Plug 'plasticboy/vim-markdown' " Markdown highlighting +Plug 'nathanaelkane/vim-indent-guides' " Creates indent lines, makes code a bit easier to read Plug 'thornycrackers/vim-options' " Custom options call plug#end() |