Skip to content

Commit

Permalink
move foldmethod=syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed Jun 8, 2011
1 parent 95de548 commit 9a3a298
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Expand Up @@ -49,16 +49,17 @@ nnoremap <silent> <C-Down> :.m+<CR>
"bouger la ligne vers le haut
nnoremap <silent> <C-Up> :-m.<CR>k
"folding : repère les bloc du langage à plier
set foldmethod=syntax
"
"snipMate
let g:snips_author = 'Florent Jaby'
"automatically open and close de popup menu / preview window
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
set completeopt=menuone,menu,longest,preview


"xml html
let g:xml_syntax_folding = 1
"folding : repère les bloc du langage à plier
set foldmethod=syntax

"twitter shortcuts
let g:twitterusername='floby'
Expand Down

0 comments on commit 9a3a298

Please sign in to comment.