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'
|
||||
" Terminal
|
||||
Plugin 'voldikss/vim-floaterm'
|
||||
" cleverf//movement repetition
|
||||
Plugin 'rhysd/clever-f.vim'
|
||||
" project drawer
|
||||
Plugin 'preservim/nerdtree'
|
||||
" ansible integration
|
||||
|
@ -228,3 +230,7 @@ function! ToggleNERDTreeFind()
|
|||
execute ':NERDTreeFind'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
" ### cleverf
|
||||
" https://github.com/rhysd/clever-f.vim
|
||||
let g:clever_f_smart_case = 1
|
||||
|
|
Loading…
Reference in a new issue