nvim/telescope: remove redundant binding

This commit is contained in:
Primrose 2025-07-11 20:55:36 +02:00
parent 104c95c98e
commit 3c4ffd9c89
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -39,14 +39,6 @@ telescope.setup {
find_files = {
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 = {
layout_config = { height = 0.7 },
initial_mode = "normal",