vim update

This commit is contained in:
masterzu 2019-04-02 16:44:52 +02:00
parent da9ac8be17
commit 334b056961
1 changed files with 6 additions and 4 deletions

View File

@ -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()