-
-
Notifications
You must be signed in to change notification settings - Fork 630
Integrations And Extension Plugins
Alexander Courtis edited this page Sep 1, 2024
·
2 revisions
Plugins that complement nvim-tree functionality.
TODO mikew
Plugins for nvim-tree that add functionality.
LSP File Operations is an extension to nvim-tree.lua
that adds support for file operations using built-in LSP support.
It automatically applies any necessary workspace edits when performing file operations. So something like imports and package names would be fixed automatically when you rename or move files if your lsp server supports it.
Float Preview: various api.node.open
, api.tree
and api.fs
operations will use a floating window.
See on_attach
example provided.
Alternative to nvim-tree.lua-float-preview.
Sets nvim-tree specific highlight groups which may be configured or overridden.