fix(nvim): do not fuzzy search with neotree

This commit is contained in:
Price Hiller 2022-07-10 18:06:34 -05:00
parent cf2e93c6d8
commit 77a891ea70

View File

@ -5,4 +5,10 @@ neotree.setup({
filesystem = {
use_libuv_file_watcher = true,
},
window = {
mappings = {
['/'] = 'noop',
['/'] = {},
},
},
})