We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Recipes (markdown)
Correct some snippets in Events section
For macos you can use the native "open" command instead of `xdg-open`
Small typo where vimc.cmd("Neotree close") shoule be vim.cmd("Neotree close")
Initial code used undeclared variables and was not a minimal working example. Update is simply putting the previous code in a minimal working example that is easier to use.
[BUGFIX] Calling `:Neotree close` after the `open_tabnew` command doesn't cause the previous neo-tree window to be closed
Some predefined file nesting rules if anyone looking for it they can easily find
`commands` table should be at the root of config (see #1460)
Open W/ System Viewer Windows
Merge Source Selector in Tabline (Eg bufferline.nvim)
harpoon_index - another version
Update Harpoon Index example to harpoon2
refactor: open file in default application
Updated Recipies (markdown)
window mappings
Add reference to fold command discussion
The name has been refactored to `event_handlers` based on defaults.lua