mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Help fzf search in the whole project, not only current dir
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -72,6 +72,11 @@ let NERDTreeIgnore = ['\.pyc$']
|
||||
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
|
||||
" Quickly open files, fuzzy search on name
|
||||
"Plugin 'ctrlpvim/ctrlp.vim'
|
||||
|
||||
Reference in New Issue
Block a user