Skip to content

Commit

Permalink
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', 'startify']
Browse files Browse the repository at this point in the history
  • Loading branch information
ganghe74 committed Jan 7, 2022
1 parent 9d36470 commit 9c9a3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ let g:indent_guides_enable_on_vim_startup = 1
let g:indent_guides_guide_size = 1
let g:indent_guides_start_level = 2
let g:indent_guides_default_mapping = 0
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', 'startify']
call plug#end()

cabbrev W write
Expand Down

0 comments on commit 9c9a3df

Please sign in to comment.