From e80d566e32b7f34788e30d866a0f06031e6a04b0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 1 Feb 2017 09:28:44 -0700 Subject: Didn't notice that indent lines weren't starting by default on neovim, --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') 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 "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3