use telescope for keymaps instead of builtin lsp

This commit is contained in:
2022-03-22 23:00:49 +03:00
parent 4cc3699d4b
commit 30dd9a0392
2 changed files with 18 additions and 6 deletions

View File

@@ -12,6 +12,14 @@ telescope.setup({
},
},
},
pickers = {
lsp_references = {
initial_mode = "normal",
},
lsp_definitions = {
initial_mode = "normal",
},
},
extensions = {
fzf = {
fuzzy = true,