remove fuzze search in neotree
This commit is contained in:
@ -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
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user