use telescope for keymaps instead of builtin lsp
This commit is contained in:
@@ -12,6 +12,14 @@ telescope.setup({
|
||||
},
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
lsp_references = {
|
||||
initial_mode = "normal",
|
||||
},
|
||||
lsp_definitions = {
|
||||
initial_mode = "normal",
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
fzf = {
|
||||
fuzzy = true,
|
||||
|
||||
Reference in New Issue
Block a user