vim: cleverf
This commit is contained in:
parent
7fa4c2021d
commit
bf85d9c667
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -8,6 +8,8 @@ call vundle#begin('~/.vim/plugged')
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
" Terminal
|
" Terminal
|
||||||
Plugin 'voldikss/vim-floaterm'
|
Plugin 'voldikss/vim-floaterm'
|
||||||
|
" cleverf//movement repetition
|
||||||
|
Plugin 'rhysd/clever-f.vim'
|
||||||
" project drawer
|
" project drawer
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
" ansible integration
|
" ansible integration
|
||||||
|
@ -228,3 +230,7 @@ function! ToggleNERDTreeFind()
|
||||||
execute ':NERDTreeFind'
|
execute ':NERDTreeFind'
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" ### cleverf
|
||||||
|
" https://github.com/rhysd/clever-f.vim
|
||||||
|
let g:clever_f_smart_case = 1
|
||||||
|
|
Loading…
Reference in a new issue