vim update
This commit is contained in:
parent
da9ac8be17
commit
334b056961
|
@ -20,6 +20,7 @@ Plugin 'commentary.vim'
|
||||||
" Plugin 'Syntastic'
|
" Plugin 'Syntastic'
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
|
Plugin 'tpope/vim-repeat'
|
||||||
|
|
||||||
Plugin 'ciscoacl.vim'
|
Plugin 'ciscoacl.vim'
|
||||||
|
|
||||||
|
@ -64,8 +65,8 @@ set modeline
|
||||||
" set backspace normal
|
" set backspace normal
|
||||||
set backspace=2
|
set backspace=2
|
||||||
|
|
||||||
" no wrap
|
" no wrap -- yes i like wrapping
|
||||||
set nowrap
|
" set nowrap
|
||||||
|
|
||||||
"""""""""""""""""""
|
"""""""""""""""""""
|
||||||
" ligne de statut
|
" ligne de statut
|
||||||
|
@ -138,7 +139,8 @@ imap <Leader>l <Esc>:set invlist<cr>li
|
||||||
" let lines = v:foldend - v:foldstart + 1
|
" let lines = v:foldend - v:foldstart + 1
|
||||||
" return '[+] ' . v:folddashes.sub . '...' . lines . ' lignes...' . getline(v:foldend)
|
" return '[+] ' . v:folddashes.sub . '...' . lines . ' lignes...' . getline(v:foldend)
|
||||||
" endfunction
|
" endfunction
|
||||||
" set foldenable
|
set foldenable
|
||||||
|
set foldlevel=1000
|
||||||
"" afficher un = sur les replis
|
"" afficher un = sur les replis
|
||||||
" set fillchars=fold:=
|
" set fillchars=fold:=
|
||||||
" set foldtext=MyFoldFunction()
|
" set foldtext=MyFoldFunction()
|
||||||
|
|
Loading…
Reference in New Issue