A File Explorer For Neovim Written In Lua Automatic updates File type icons Git integration Diagnostics integration: LSP and COC (Live) filtering Cut, copy, paste, rename, delete, create Highly customisable Take a look at thewikifor Showcases, Tips, Recipes and more. ...
A File Explorer For Neovim Written In Lua Automatic updates File type icons Git integration Diagnostics integration: LSP and COC (Live) filtering Cut, copy, paste, rename, delete, create Highly customisable Take a look at thewikifor Showcases, Tips, Recipes and more. ...
FILE ACTIONS *neo-tree-file-actions* a = add: Create a new file OR directory. Add a `/` to the end of the name to make a directory. This command supports an optional `config.show_path` option which controls what portion of the path is shown in the prompt. The choices for...
Currently, you can create a directory by adding a / to the end of a path. Also, you can create directories dynamically when creating a file (like /foo/bar/baz/file.txt). I don't really like the way i do file handling, i might work on a refactoring someday to make it easier to...
Clone the repository or create a new project in, say, ~/projects/tree-sitter-zimbu. Make sure that the tree-sitter-cli executable is installed and in your path; see https://tree-sitter.github.io/tree-sitter/creating-parsers#installation for installation instructions. Run tree-sitter generate ...
If you want to show some new data point related to your files, gather it in the before_render event, create a component to display it, and reference that component in the renderer for the file and/or directory type.Details on how to configure everything is in the help file at :h neo...
Create a issue if you wish to be able download pre-compiled parsers with :TSInstall How will the parser be downloaded? As a default, nvim-treesitter will try to use git to download the parser packages. It is recommended to use curl+tar (which is the default on Linux and MacOS). cu...
file.lua:249: in function 'get_target_winid' ...g/nvim-tree.lua/lua/nvim-tree/actions/node/open-file.lua:277: in function 'open_in_new_window' ...g/nvim-tree.lua/lua/nvim-tree/actions/node/open-file.lua:400: in function 'fn' /tmp/plugged/vim-plug/nvim-tree.lua/lua/nvi...
setup({ sources = { "filesystem", "buffers", "git_status", "example" -- <-- external sources need to be a fully qualified path to the module --"my.name.example" <-- Feel free to add to your folder structure to create a namespace, -- The name of the source will be the last...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...