aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-09-21 08:24:59 -0600
committerCody Hiar <codyfh@gmail.com>2018-09-21 08:24:59 -0600
commitabbd5ac2d69bb1806fae50c5fc10c5626e1c9cba (patch)
treea1a011b0eb5cbf12d692d979de6db6979742cc4e
parent04d2833980794050f9eab9b68d2cd37944c5fd7e (diff)
Adding indent guides
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 81005e7..04566f7 100644
--- a/vimrc
+++ b/vimrc
@@ -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()