You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
- Easy code navigation, view diagnostic errors, see relationships of functions, variables
6
6
7
-
- A plugin combines the power of LSP and 🌲🏡 Treesitter together. Not only provids a better highlight but also help you analyse symbol context effectively.
7
+
- A plugin combines the power of LSP and 🌲🏡 Treesitter together. Not only provides a better highlight but also help you analyse symbol context effectively.
8
8
9
9
- ctags fuzzy search & build ctags symbols
10
10
@@ -140,7 +140,7 @@ I'd like to go beyond what the system is offering.
140
140
141
141
## Install
142
142
143
-
Require nvim-0.6.1 or above, nightly (0.8) prefered
143
+
Require nvim-0.9 or above, nightly (0.10 or greater) preferred
144
144
145
145
You can remove your lspconfig setup and use this plugin.
146
146
The plugin depends on lspconfig and [guihua.lua](https://github.com/ray-x/guihua.lua), which provides GUI and fzy support(migrate from [romgrk's project](romgrk/fzy-lua-native)).
@@ -364,7 +364,7 @@ require'navigator'.setup({
364
364
diagnostic_virtual_text=true, -- show virtual for diagnostic message
365
365
diagnostic_update_in_insert=false, -- update diagnostic message in insert mode
366
366
display_diagnostic_qf=true, -- always show quickfix if there are diagnostic errors, set to false if you want to ignore it
367
-
-- set to 'trouble' to show diagnositcs in Trouble
0 commit comments