| @@ -11,8 +11,9 @@ Plug 'mustache/vim-mustache-handlebars' | |||
| Plug 'phpactor/phpactor', {'for': 'php', 'do': 'composer install --no-dev -o'} | |||
| Plug 'rhysd/vim-gfm-syntax' | |||
| Plug 'trusktr/seti.vim' | |||
| Plug 'scrooloose/nerdtree' | |||
| Plug 'xuyuanp/nerdtree-git-plugin' | |||
| "Plug 'scrooloose/nerdtree' | |||
| Plug 'tpope/vim-vinegar' | |||
| "Plug 'xuyuanp/nerdtree-git-plugin' | |||
| Plug 'yegappan/mru' | |||
| Plug 'dikiaap/minimalist' | |||
| "Plug 'vim-vdebug/vdebug' | |||
| @@ -27,6 +28,7 @@ Plug 'junegunn/goyo.vim' | |||
| Plug 'junegunn/limelight.vim' | |||
| Plug 'bilalq/lite-dfm' | |||
| Plug 'easymotion/vim-easymotion' | |||
| Plug 'junegunn/fzf' | |||
| call plug#end() | |||
| @@ -97,6 +99,7 @@ map <C-l> <C-W>> | |||
| map tt :tabnew<CR> | |||
| map f <Plug>(easymotion-overwin-f2) | |||
| map <C-P> :FZF<CR> | |||
| autocmd BufRead *.* set nohlsearch | |||
| "autocmd BufRead *.c,*.h set ft=c "filetype c quand fichier c" | |||
| @@ -120,7 +123,7 @@ autocmd BufRead *.php let g:ale_fix_on_save = 1 | |||
| autocmd BufRead *.yml,*.yaml let g:ale_fix_on_save = 1 | |||
| autocmd BufRead *.sh let g:ale_fix_on_save = 1 | |||
| "autocmd BufWritePost * NERDTreeFocus | execute 'normal R' | wincmd p | |||
| autocmd BufWritePost * NERDTreeRefreshRoot | |||
| "autocmd BufWritePost * NERDTreeRefreshRoot | |||
| """""""""""""""""""""""""""""""" | |||
| " fonction complétion " | |||