remove fuzze search in neotree

This commit is contained in:
2025-07-30 14:10:32 +05:00
parent 853c0f5b5d
commit 39d1956216

View File

@ -8,6 +8,14 @@ return {
}, },
event = "VeryLazy", event = "VeryLazy",
opts = { opts = {
filesystem = {
window = {
mappings = {
-- disable fuzzy finder
["/"] = "noop"
}
}
},
enable_diagnostics = false, enable_diagnostics = false,
enable_git_status = true, enable_git_status = true,
default_component_configs = { default_component_configs = {
@ -88,5 +96,5 @@ return {
end end
}, },
}, },
} },
} }