Created
February 6, 2015 12:03
-
-
Save Layzie/a868d1d2f0fa00a7fba3 to your computer and use it in GitHub Desktop.
indentLineがそこまでイケてなかったのに気付いた ref: http://qiita.com/Layzie/items/a1c8d14bccb14c02eb1b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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