mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/telescope: remove redundant binding
This commit is contained in:
parent
104c95c98e
commit
3c4ffd9c89
1 changed files with 0 additions and 8 deletions
|
|
@ -39,14 +39,6 @@ telescope.setup {
|
||||||
find_files = {
|
find_files = {
|
||||||
find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" },
|
find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" },
|
||||||
},
|
},
|
||||||
current_buffer_fuzzy_find = {
|
|
||||||
mappings = {
|
|
||||||
n = {
|
|
||||||
["n"] = actions.move_selection_next,
|
|
||||||
["N"] = actions.move_selection_previous,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
lsp_references = {
|
lsp_references = {
|
||||||
layout_config = { height = 0.7 },
|
layout_config = { height = 0.7 },
|
||||||
initial_mode = "normal",
|
initial_mode = "normal",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue