diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | plugin/vim-options.vim | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce3ed24 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vimcache diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index cd40cf0..b897c43 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -245,6 +245,7 @@ if !empty(glob(EditorDir.'/plugged/vim-indent-guides/plugin/indent_guides.vim')) let g:indent_guides_guide_size = 1 autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=0 autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=0 + autocmd VimEnter,Colorscheme * :IndentGuidesEnable endif "----------------------------------------------------------------------------------------------------------------------- |