remove fuzze search in neotree
This commit is contained in:
@ -8,6 +8,14 @@ return {
|
||||
},
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
-- disable fuzzy finder
|
||||
["/"] = "noop"
|
||||
}
|
||||
}
|
||||
},
|
||||
enable_diagnostics = false,
|
||||
enable_git_status = true,
|
||||
default_component_configs = {
|
||||
@ -88,5 +96,5 @@ return {
|
||||
end
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user