aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/leaderf.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins/leaderf.vim')
-rw-r--r--.vim/plugins/leaderf.vim21
1 files changed, 0 insertions, 21 deletions
diff --git a/.vim/plugins/leaderf.vim b/.vim/plugins/leaderf.vim
deleted file mode 100644
index 043fe1b..0000000
--- a/.vim/plugins/leaderf.vim
+++ /dev/null
@@ -1,21 +0,0 @@
-" " Show icons, icons are shown by default
-let g:Lf_ShowDevIcons = 1
-
-let g:Lf_WindowPosition = 'popup'
-let g:Lf_ShortcutF = "<leader>ff"
-
-noremap <leader>fb :<C-U><C-R>=printf("Leaderf buffer %s", "")<CR><CR>
-noremap <leader>fm :<C-U><C-R>=printf("Leaderf mru %s", "")<CR><CR>
-noremap <leader>ft :<C-U><C-R>=printf("Leaderf bufTag %s", "")<CR><CR>
-noremap <leader>fl :<C-U><C-R>=printf("Leaderf line %s", "")<CR><CR>
-noremap <leader>fr :<C-U><C-R>=printf("Leaderf rg %s", "")<CR><CR>
-noremap <C-B> :<C-U><C-R>=printf("Leaderf! rg --current-buffer -e %s ", expand("<cword>"))<CR>
-noremap <C-F> :<C-U><C-R>=printf("Leaderf! rg -e %s ", expand("<cword>"))<CR>
-
-" search visually selected text literally
-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']