From f456d790b007c3841549ec35a996483135cceec3 Mon Sep 17 00:00:00 2001 From: gxlin Date: Wed, 16 Jun 2021 00:55:31 +0800 Subject: Add vim-godot plug --- .vim/plugins/leaderf.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.vim/plugins/leaderf.vim') 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 :=printf("Leaderf! rg -F -e %s ", leaderf#Rg#visual()) noremap go :Leaderf! rg --recall 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'] -- cgit v1.2.3