ray-x
22028ff82e
#57 refactor keymapping on lsp attach
2021-09-07 21:08:00 +10:00
ray-x
d60b3c4024
keymapping for signature. Align to lspconfig default
2021-09-06 11:36:31 +10:00
rayx
08dba1beb6
Nvim 0 6 lsp signature changes ( #56 )
...
* bugfix diagnostic error
* bugfix for code lens for neovim 0.6
* gh test workflow
* bugfix github workflow
2021-09-06 08:34:26 +10:00
ray-x
f33a3e8e7d
allow preview more lines
2021-09-04 18:49:08 +10:00
ray-x
b9f8ed3c55
show error messages
2021-09-04 16:55:02 +10:00
ray-x
2d1aa63b93
Merge branch 'master' of github.com:ray-x/navigator.lua
2021-09-01 15:25:26 +10:00
ray-x
cde5c6be5c
strange code action casued cursor drifting. disable codeaction in insert mode
2021-09-01 15:25:11 +10:00
Matt Bailey
d771df0fa7
Name change lspinstall to nvim-lspinstall in lazy loader ( #54 )
...
On a clean install, packer compiles down to:
```lua
["nvim-lspinstall"] = {
loaded = true,
path = "..."
},
```
rather than
```lua
["nvim-lspinstall"] = {
loaded = true,
path = "..."
},
```
without this change, I get a (cosmetic) error on every startup like this:
```
Error: attempted to load lspinstall which is not present in plugins table!
Error in packer_compiled: ...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:13: Error: attempted to load lspinstall which is not present in plugins table!
Please check your config for correctness
```
```
2021-09-01 09:00:25 +10:00
ray-x
e36809759b
clean up logs
2021-08-31 15:03:12 +10:00
ray-x
e37b52ffc1
allow using number 1~9 to quick jump to item in the list
2021-08-31 12:50:37 +10:00
ray-x
be888b94a1
#53 <BS> remap for rename
2021-08-31 07:38:34 +10:00
ray-x
940349759b
Feature: LRU cache for search result
2021-08-29 17:35:46 +10:00
ray-x
d39cf20903
disable all lsp #49 by setting disable_lsp='all'
2021-08-27 10:25:48 +10:00
ray-x
dd4b04159d
lsp nerdfont for cmp
2021-08-26 16:19:03 +10:00
ray-x
01f97aa665
capabilities default. based on cmp nvim-lsp suggestions
2021-08-26 10:36:35 +10:00
Behzad
5c7925a54a
Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. ( #47 )
2021-08-26 09:20:22 +10:00
ray-x
72e0b4e1e4
github workflow and reference spec test
2021-08-24 17:14:43 +10:00
ray-x
f5a1fc747b
add diagnostic_virtual_text, #42
2021-08-24 09:17:20 +10:00
ray-x
aef51cc696
allow config codelens icon
2021-08-23 12:56:59 +10:00
ray-x
78e574cbcd
codelens setup for gopls
2021-08-23 12:56:04 +10:00
ray-x
369233a758
change print info to log. codelens is not supported by lots of lsp
2021-08-22 21:19:40 +10:00
ray-x
a200c1db2b
Update UI for code lens
2021-08-22 20:13:00 +10:00
ray-x
58ac955777
codelens support, foldelsp
2021-08-22 09:19:11 +10:00
ray-x
51d32b26b9
Feature: Treesitter folding
2021-08-20 01:19:38 +10:00
ray-x
d29ce05d16
New treesitter util helper to find node type in current line
2021-08-20 01:14:03 +10:00
ray-x
04cf51f6c8
feature: blur effect
...
feature: transparancy setup
2021-08-19 10:01:10 +10:00
ray-x
4f262e9909
deprecate pyls
2021-08-18 12:18:07 +10:00
ray-x
a1bd077939
bugfix #41 extra <cmd> in keymapping
2021-08-18 10:50:17 +10:00
ray-x
d04159f633
bugfix #40 handle nil lsp setup
2021-08-18 10:31:20 +10:00
ray-x
a85c3e89ae
do not load lsp if server executable is not valid
2021-08-17 19:13:05 +10:00
ray-x
0584a5cd06
feature: diagnostic sign in scroll bar area enable by default
2021-08-17 08:32:17 +10:00
ray-x
7dd5d50691
update default treebindings #39
2021-08-15 19:46:30 +10:00
ray-x
4ff9aa47a3
diagnosticDelay and watchedFileDelay update for gopls (0.7.1)
2021-08-14 13:05:40 +10:00
ray-x
ef995eeb7e
border setup for diagnostic
2021-08-12 23:34:27 +10:00
ray-x
f16a04482d
add config for showing error in quickfix
2021-08-12 12:25:15 +10:00
ray-x
54906cebaf
Diagnostic error per buffer
2021-08-10 15:27:20 +10:00
ray-x
96e9772d5b
bugfix: virtual marker out of range for diag
2021-08-10 09:48:49 +10:00
ray-x
747db16f59
clean namespace, update doc
2021-08-10 02:03:51 +10:00
ray-x
2c11296b70
Feature: show diagnostics info summary in scrollbar area
2021-08-10 01:09:53 +10:00
ray-x
d034edbe0e
add lspinstall
2021-08-06 17:24:03 +10:00
ray-x
6c753645c3
close the quickfix if there is no diagnostic errors
2021-08-03 11:24:51 +10:00
ray-x
3d170771e9
update diangostic event handler
2021-08-01 23:32:55 +10:00
ray-x
1fa56d20a5
set_loclist update
2021-07-31 15:21:14 +10:00
ray-x
5b2dcb7cd0
Rename ToggleLspFmt to LspToggleFmt
2021-07-23 10:44:55 +10:00
ray-x
1ef00fe742
Add ToggleLspFmt to disable lsp format, bugfix for signature
2021-07-23 10:19:19 +10:00
ray-x
fec4640966
bugfix: codeaction broken because guihua update
2021-07-20 15:59:21 +10:00
ray-x
5af79c7ff2
bugfix: #35 update fzy on_confirm, it might cause #35
2021-07-20 09:32:09 +10:00
ray-x
3f6de1f686
document update, golsp setup
2021-07-17 12:34:07 +10:00
ray-x
62178024fd
add efm load option
2021-07-09 00:30:30 +10:00
ray-x
1df533bf5f
[bugfix] lua sumneko go definition multi definitions uri nil
2021-07-08 23:08:19 +10:00