aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/leaderf.vim
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-16 00:55:31 +0800
committergxlin <[email protected]>2021-06-16 22:39:15 +0800
commitf456d790b007c3841549ec35a996483135cceec3 (patch)
treee9352e4806ebe27326dba032ef6929157344f87f /.vim/plugins/leaderf.vim
parenta3c1649a195cf87db6581b5a8c703fa867462210 (diff)
downloaddotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.gz
dotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.bz2
dotfiles-f456d790b007c3841549ec35a996483135cceec3.zip
Add vim-godot plug
Diffstat (limited to '.vim/plugins/leaderf.vim')
-rw-r--r--.vim/plugins/leaderf.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vim/plugins/leaderf.vim b/.vim/plugins/leaderf.vim
index 116a994..043fe1b 100644
--- a/.vim/plugins/leaderf.vim
+++ b/.vim/plugins/leaderf.vim
@@ -1,5 +1,3 @@
-Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
-
" " Show icons, icons are shown by default
let g:Lf_ShowDevIcons = 1
@@ -19,4 +17,5 @@ xnoremap gf :<C-U><C-R>=printf("Leaderf! rg -F -e %s ", leaderf#Rg#visual())<CR>
noremap go :<C-U>Leaderf! rg --recall<CR>
let g:Lf_WorkingDirectoryMode = 'AF'
-let g:Lf_RootMarkers = ['.project', '.root', '.svn', '.git', '.hg', '.projectile']
+
+let g:Lf_RootMarkers += ['.project', '.root', '.svn', '.git', '.hg', '.projectile']