this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

neotree: disable fuzzy finding

+6
+6
nvim/lua/plugins/ui.lua
··· 13 13 filtered_items = { 14 14 hide_dotfiles = false, 15 15 }, 16 + window = { 17 + mappings = { 18 + -- Disable filtering, I like to search on my own 19 + ["/"] = "noop", 20 + }, 21 + }, 16 22 }, 17 23 }, 18 24 },