ray-x
a2ddb1ff4b
logs cleanup. enable formatting hook only when cap formatting
2021-09-23 00:43:31 +10:00
ray-x
ecb25de260
rename disable_format_ft to disable_format_cap
2021-09-22 19:46:24 +10:00
ray-x
295b5e89ec
cleanup logs, enable pyright format with black
2021-09-21 01:44:55 +10:00
ray-x
69578d6a3c
Delete deprecated hover.lua, update floating win width, refresh diagnostic errors
2021-09-20 14:19:00 +10:00
rayx
79fee5dda8
Vim diagnostic refactor ( #63 )
...
* multigrid support
* Tuning diagnostic performance, add codelens inline hint function
* add ctx to error marker handler
* setup lsp_signature from navigator
* diagnostic refact PR https://github.com/neovim/neovim/pull/15585
* diagnostic api changes
* allow disable emoji/nerdfont icons setup
* improve diagnostic/codeaction/codelens preview popup; add seperate line
* severity_sort set to reverse
* prettier for markdown. code action virtual text show title
2021-09-19 12:42:34 +10:00
ray-x
90039247b4
jdtls, enable signature by default
2021-09-14 10:41:13 +10:00
rayx
91e22f5e71
Lv thread ( #60 )
...
* update tests, update total display
* not run ts def multiple time
* Thread enable for display and backend
* remove ::continue::
* README updates
* skip diagnostic in edit mode
* error marker uri nil handling
* disable debug
* debounce text change to 1s
* severity sort
* diagnostic skip loading files
2021-09-13 23:18:54 +10:00
ray-x
890b3c5f7f
keymapping #57
2021-09-08 01:48:42 +10:00
ray-x
2a174d8eb4
typo, cleanup
2021-09-08 01:06:58 +10:00
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
ray-x
cde5c6be5c
strange code action casued cursor drifting. disable codeaction in insert mode
2021-09-01 15:25:11 +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
78e574cbcd
codelens setup for gopls
2021-08-23 12:56:04 +10:00
ray-x
58ac955777
codelens support, foldelsp
2021-08-22 09:19:11 +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
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
d034edbe0e
add lspinstall
2021-08-06 17:24:03 +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
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
380c2c4c6e
Add keymapping for workspace (lspconfig)
2021-07-08 12:44:51 +10:00
ray-x
d58c377a73
[Breaking] change some of mappings to be same as lspconfig
2021-07-08 12:30:49 +10:00
ray-x
f8060a72c8
update keymapping override document and sample config
2021-07-08 08:50:06 +10:00
ray-x
d62b03c394
remove defer_fn as it may throw error messages...
2021-07-05 12:19:18 +10:00
ray-x
e64c56789f
improve on_attach override
2021-07-05 11:21:52 +10:00
ray-x
47656e063e
tuning timer
2021-07-05 10:22:34 +10:00
ray-x
18fc04a18c
merge changes
2021-07-05 10:13:57 +10:00
ray-x
70ebfffb55
Merge branch 'client_failed_startup'
2021-07-05 10:13:44 +10:00
ray-x
a0fa3d278a
retry client setup
2021-07-05 10:08:34 +10:00
ray-x
f16893fc4f
Revert "improve launching time"
...
This reverts commit b08bfd6839
.
2021-07-05 08:52:48 +10:00
ray-x
b08bfd6839
improve launching time
2021-07-02 19:32:19 +10:00
ray-x
f30e5a290d
gopls flags->allow_incremental_sync/debounce update
2021-07-01 16:32:07 +10:00
ray-x
f5f07d586d
add logs for windows
2021-07-01 07:53:41 +10:00
ray-x
69e16a55d2
disable luaformat and reformat key_maps
2021-06-29 13:32:42 +10:00
RogerYK
16da97e10d
fix keymaps setting ( #25 )
...
Remove duplicate key mappings
2021-06-29 13:29:20 +10:00
ray-x
c5fe79d6df
update window height and width preset
2021-06-25 20:18:55 +10:00
ray-x
95b45a6cf6
windows path fix: issue #20
2021-06-25 10:33:04 +10:00
ray-x
298c4659da
ccls call hierarchy
2021-06-24 00:09:33 +10:00