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