From 8dc24f42c1fe482f5472ca2ab0f4b396f7494bc4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 6 Jul 2021 14:54:16 -0600 Subject: Save telescope options for progress, not ready to switch --- plugin/vim-options.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index b8fddc0..ab8f81d 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -232,6 +232,20 @@ endif +"----------------------------------------------------------------------------------------------------------------------- +" telescope.nvim +"----------------------------------------------------------------------------------------------------------------------- +" if !empty(glob($EditorDir.'plugged/telescope.nvim/plugin/telescope.vim')) +" nnoremap ff Telescope find_files +" nnoremap / Telescope live_grep +" nnoremap fb Telescope buffers +" nnoremap fg lua require('telescope.builtin').git_status() +" nnoremap ft lua require('telescope.builtin').tags({only_sort_tags=true}) +" endif +"----------------------------------------------------------------------------------------------------------------------- + + + "----------------------------------------------------------------------------------------------------------------------- " Indent Guides "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3