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