neo-tree.nvim
neo-tree.nvim copied to clipboard
Neovim plugin to manage the file system and other tree like structures.
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. git_status view can be hard...
fix https://github.com/nvim-neo-tree/neo-tree.nvim/issues/1500
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
should close #1309 now this should work ```lua { "ge", function() require("neo-tree.command").execute({ toggle = true, dir = LazyVim.root(), -- or comment it, then cwd becomes default source = "git_status", })...
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. I'm switching from NvimTree. Previously,...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
allows a custom filter title: ```lua window = { mappings = { ["/"] = { "fuzzy_finder", config = { title = "CUSTOM TITLE" } }, ["o"] = { "show_help", config...
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. In a project, there are...