Commit Graph

35 Commits

Author SHA1 Message Date
ray-x
cce0e90544 gui listview updates, allow listview cover more spaces 2022-06-11 16:11:11 +10:00
ray-x
32ddd66dd2 fix for issue#191 2022-05-28 19:37:15 +10:00
rayx
a73fb38ef9
update resolved_capacities -> server_capacities (#185)
* update resolved_capacities

* format renaming

* remove comments

* remove mk_handler. update documentFormator

* bumpup test image to ubuntu 22.04

* add logs when neovim is lower than 0.8
2022-05-15 23:13:01 +10:00
ray-x
93e28f36d0 issue #182 vim nottify in on_attach did not setup log level 2022-04-28 19:56:18 +10:00
ray-x
ab96133b47 support config from a lazy function 2022-03-10 12:25:31 +11:00
ray-x
2e43b8ee0a merge master 2022-02-21 15:22:05 +11:00
ray-x
62477b294e drop neovim 0.5 deprecated API 2022-02-17 22:21:34 +11:00
ray-x
96885ae509 add log message when bufnr is not provided 2022-01-17 16:08:18 +11:00
ray-x
4ca6b376a7 breaking changes: https://github.com/neovim/neovim/issues/14090, issue #136 2022-01-17 16:03:48 +11:00
ray-x
0a5db66968 format per buffer setup 2021-10-14 14:55:40 +11:00
ray-x
c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 2021-10-13 20:27:46 +11: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
22028ff82e #57 refactor keymapping on lsp attach 2021-09-07 21:08:00 +10:00
ray-x
e64c56789f improve on_attach override 2021-07-05 11:21:52 +10:00
ray-x
298c4659da ccls call hierarchy 2021-06-24 00:09:33 +10:00
ray-x
d8196c26a0 remove lsp_signature from on_attach 2021-06-18 09:24:02 +10:00
ray-x
b56ca88390 add debounce setup in lsp 2021-06-18 00:49:13 +10:00
ray-x
1546b6a604 Allow disable all keymaps 2021-05-28 10:10:28 +10:00
ray-x
fe65abed35 allow change log level to trace from config 2021-05-27 11:10:32 +10:00
ray-x
8c055b7b03 Updata on_attach logic, allow lsp specific on_attach as well as generic
on_attach. Document updates
2021-05-23 14:10:49 +10:00
ray-x
777acc4b92 merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result 2021-05-21 21:39:46 +10:00
ray-x
7351a65917 Update treesitter adding arrow function and function types for
treesitter
2021-05-17 13:15:15 +10:00
ray-x
f9794ab058 use packer to load plugins 2021-05-10 09:58:13 +10:00
ray-x
fc759b4e8a document symbol jump 2021-05-08 14:54:37 +10:00
ray-x
56d891876c pyright setup, rust setup 2021-05-02 23:54:30 +10:00
ray-x
f92160080e code clean up, remove lsp-status 2021-04-26 21:21:01 +10:00
ray-x
b7cf8a6e7d add silent! to packadd so no error will throw 2021-04-26 20:35:21 +10:00
ray-x
8982fd4206 bugfix on_attach is nil and diagnostic update 2021-04-25 14:44:05 +10:00
ray-x
54f4fca0c0 update doc and configuration for float win size 2021-04-25 12:43:18 +10:00
ray-x
0c89f6d673 check lsp-signature installed before load 2021-04-25 00:04:26 +10:00
ray-x
94fbc6b369 update lsp illuminate 2021-04-24 22:22:11 +10:00
ray-x
fab7b30c78 update lsp signature 2021-04-24 22:20:38 +10:00
ray-x
7457fef58c update lsp status 2021-04-24 22:13:10 +10:00
ray-x
90a0efc620 fix plug install 2021-04-24 17:07:10 +10:00
ray-x
9d5f2efdbd init commit 2021-04-19 12:56:32 +10:00