Skip to content

Instantly share code, notes, and snippets.

@Layzie
Created February 6, 2015 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Layzie/a868d1d2f0fa00a7fba3 to your computer and use it in GitHub Desktop.
Save Layzie/a868d1d2f0fa00a7fba3 to your computer and use it in GitHub Desktop.
indentLineがそこまでイケてなかったのに気付いた ref: http://qiita.com/Layzie/items/a1c8d14bccb14c02eb1b
let g:indent_guides_enable_on_vim_startup = 1
let g:indent_guides_start_level = 2
let g:indent_guides_guide_size = 1
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', 'tagbar', 'unite']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment