Commit Graph

36 Commits (05dfed9ed964a7f186941f85a435a185e1ffa700)

Author SHA1 Message Date
rayx 05dfed9ed9
issue #171 multiple lsp server started (#205)
* issue #171 multiple lsp server started

* neovim 0.6.1
2 years ago
ray-x cce0e90544 gui listview updates, allow listview cover more spaces 2 years ago
ray-x 32ddd66dd2 fix for issue#191 2 years ago
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
2 years ago
ray-x 93e28f36d0 issue #182 vim nottify in on_attach did not setup log level 2 years ago
ray-x ab96133b47 support config from a lazy function 2 years ago
ray-x 2e43b8ee0a merge master 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
ray-x 96885ae509 add log message when bufnr is not provided 2 years ago
ray-x 4ca6b376a7 breaking changes: https://github.com/neovim/neovim/issues/14090, issue #136 2 years ago
ray-x 0a5db66968 format per buffer setup 3 years ago
ray-x c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 3 years ago
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
3 years ago
ray-x 22028ff82e #57 refactor keymapping on lsp attach 3 years ago
ray-x e64c56789f improve on_attach override 3 years ago
ray-x 298c4659da ccls call hierarchy 3 years ago
ray-x d8196c26a0 remove lsp_signature from on_attach 3 years ago
ray-x b56ca88390 add debounce setup in lsp 3 years ago
ray-x 1546b6a604 Allow disable all keymaps 3 years ago
ray-x fe65abed35 allow change log level to trace from config 3 years ago
ray-x 8c055b7b03 Updata on_attach logic, allow lsp specific on_attach as well as generic
on_attach. Document updates
3 years ago
ray-x 777acc4b92 merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result 3 years ago
ray-x 7351a65917 Update treesitter adding arrow function and function types for
treesitter
3 years ago
ray-x f9794ab058 use packer to load plugins 3 years ago
ray-x fc759b4e8a document symbol jump 3 years ago
ray-x 56d891876c pyright setup, rust setup 3 years ago
ray-x f92160080e code clean up, remove lsp-status 3 years ago
ray-x b7cf8a6e7d add silent! to packadd so no error will throw 3 years ago
ray-x 8982fd4206 bugfix on_attach is nil and diagnostic update 3 years ago
ray-x 54f4fca0c0 update doc and configuration for float win size 3 years ago
ray-x 0c89f6d673 check lsp-signature installed before load 3 years ago
ray-x 94fbc6b369 update lsp illuminate 3 years ago
ray-x fab7b30c78 update lsp signature 3 years ago
ray-x 7457fef58c update lsp status 3 years ago
ray-x 90a0efc620 fix plug install 3 years ago
ray-x 9d5f2efdbd init commit 3 years ago