1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Help fzf search in the whole project, not only current dir

This commit is contained in:
2018-01-05 15:57:58 +01:00
parent b1fd3466a7
commit df2c13f419

5
.vimrc
View File

@@ -72,6 +72,11 @@ let NERDTreeIgnore = ['\.pyc$']
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
" Rooter changes the working directory to the project root when you open a
" file or directory. Useful when using fzf for example.
Plugin 'airblade/vim-rooter'
" Full path fuzzy file, buffer, mru, tag, ... finder " Full path fuzzy file, buffer, mru, tag, ... finder
" Quickly open files, fuzzy search on name " Quickly open files, fuzzy search on name
"Plugin 'ctrlpvim/ctrlp.vim' "Plugin 'ctrlpvim/ctrlp.vim'