Skip to content

Commit

Permalink
Add folding config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fegin committed Aug 25, 2014
1 parent 26bbd9e commit bf470c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ set tm=500
set expandtab "replace <TAB> with spaces
set softtabstop=4
set shiftwidth=4

"folding settings
set foldmethod=syntax "fold based on syntax
set foldnestmax=10 "deepest fold is 10 levels
set nofoldenable "dont fold by default
set foldlevel=1 "this is just what i use
"}
"
" --- Python {
Expand Down Expand Up @@ -248,6 +254,7 @@ let g:pymode_rope_completion = 0
" --- SWTC {
nnoremap <leader>,swtc :set norelativenumber<CR>:set nonumber<CR>:SWTC ~/.vim/bundle/SWTC.vim/intro.swtc<CR>
" }
let g:languagetool_jar = "~/workspace/LanguageTool-2.6/languagetool-commandline.jar"

"---------------------------------------------------------------------------
" Misc
Expand Down

0 comments on commit bf470c1

Please sign in to comment.