Skip to content

Instantly share code, notes, and snippets.

@luckydrq
Last active August 29, 2015 14:09
Show Gist options
  • Save luckydrq/999a2dacaed974b03e4a to your computer and use it in GitHub Desktop.
Save luckydrq/999a2dacaed974b03e4a to your computer and use it in GitHub Desktop.
vimrc
"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