Last active
August 29, 2015 14:09
-
-
Save luckydrq/999a2dacaed974b03e4a to your computer and use it in GitHub Desktop.
vimrc
This file contains 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
"folding settings | |
set foldmethod=indent "fold based on indent | |
set foldnestmax=10 "deepest fold is 10 levels | |
set nofoldenable "dont fold by default | |
set foldlevel=1 "this is just what i use | |
"NERDTree show hidden files | |
let NERDTreeShowHidden=1 | |
"convert tab to spaces" | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set noignorecase | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment