document update

neovim_0_5
ray-x 3 years ago
parent 74cbed573b
commit b0a978f343

@ -4,8 +4,8 @@ Easy code navigation through LSP and 🌲🏡Treesitter symbols, diagnostic erro
# Features: # Features:
- LSP easy setup. Support some of the most commonly used lsp client setup. Smart loading lsp clients based on buffer type. - LSP easy setup. Support the most commonly used lsp clients setup. Dynamic lsp activation based on buffer type.
- Out of box experience. 10 lines of minimum vimrc can turn your neovim into a full-featured LSP powered IDE - Out of box experience. 10 lines of minimum vimrc can turn your neovim into a full-featured LSP & Treesitter powered IDE
- Unorthodox UI with floating windows - Unorthodox UI with floating windows
- Async request with lsp.buf_request for reference search - Async request with lsp.buf_request for reference search
- Treesitter symbol search. It is handy for large filas (Some of LSP e.g. sumneko_lua, there is a 100kb file size limition?) - Treesitter symbol search. It is handy for large filas (Some of LSP e.g. sumneko_lua, there is a 100kb file size limition?)
@ -18,7 +18,7 @@ Easy code navigation through LSP and 🌲🏡Treesitter symbols, diagnostic erro
After installed a handful of lsp plugins, I still got ~800 loc for lsp and treesitter and still increasing because I need After installed a handful of lsp plugins, I still got ~800 loc for lsp and treesitter and still increasing because I need
to tune the lsp plugins to fit my requirements. Navigator.lua help user setup lspconfig with only a few lines of codes. to tune the lsp plugins to fit my requirements. Navigator.lua help user setup lspconfig with only a few lines of codes.
This plugin provide a visual way to manage and navigate through symobls, errors etc. This plugin provides a visual way to manage and navigate through symobls, errors, reference etc.
It also the first plugin, IMO, that allows you to search in all treesitter symbols in the workspace. It also the first plugin, IMO, that allows you to search in all treesitter symbols in the workspace.
# Similar projects / special mentions: # Similar projects / special mentions:

Loading…
Cancel
Save