Commit Graph

260 Commits (0c0801c92d2d2da3a1c9d63e449b2e82b41f148f)
 

Author SHA1 Message Date
ray-x 0c0801c92d fix for issue #92 default_mapping=false 3 years ago
ray-x 7514301d80 bugfix issue #91 return if no result returns 3 years ago
ray-x d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 3 years ago
ray-x 36c01adc2d buffer lsp reference highlight #88 3 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
ray-x 36683e3646 remove logs and update golang version 3 years ago
ray-x 3be242ac6c workflow update 3 years ago
ray-x 202628e695 path update 3 years ago
ray-x 035013ada4 install classic 3 years ago
ray-x dc9e50d432 remove update 3 years ago
ray-x 7925fd8439 install with snap 3 years ago
ray-x b98cfa2c40 snap install 3 years ago
ray-x f53d06b5fd workflow instruction 3 years ago
ray-x 1d2e6b5296 github workflows 3 years ago
ray-x ed834ecf0d diagnostic fix for #86 3 years ago
ray-x 1b3ba27403 bugfix start warning code action 3 years ago
ray-x b521c2e7bb update code_action/code_lens_action config. Move to lsp section 3 years ago
ray-x d932978441 update code lens action icon 3 years ago
ray-x 89b08bc968 svelte, codeaction remove empty, luadev #72 3 years ago
ray-x a952d694e1 lazyload for lua-dev 3 years ago
ray-x 1f3680d4b1 bugfix for codeAction newText 3 years ago
ray-x faab21a1a7 issue #82 3 years ago
ray-x c08cbdda89 lazy load for lua-dev 3 years ago
rayx 93c7eae2ca
Code action v2 (#81)
* bugfix for #71

* Better lspinstall support

* incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78

* remove logs

* update README.md

* defer format update

* lazyload lua-dev #72

* timer of filetype detect to 500

* document update

* update codeaction

* action command

* update code action details

* add svelteserver
3 years ago
ray-x 74af2c1a72 add svelteserver 3 years ago
ray-x 892804d51e update code action details 3 years ago
ray-x 00a015e27a action command 3 years ago
ray-x c55729e879 update codeaction 3 years ago
ray-x aa9133af7e document update 3 years ago
ray-x 687f78db5b timer of filetype detect to 500 3 years ago
ray-x 1ba70b81d5 lazyload lua-dev #72 3 years ago
ray-x 4e69764a52 defer format update 3 years ago
ray-x 9460b82d05 Merge branch 'master' into multi_loading 3 years ago
ray-x c035c225ea update README.md 3 years ago
ray-x d793df9b42 remove logs 3 years ago
ray-x 2afd51ae11 incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78 3 years ago
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
spindensity 633c7da38f
Fix #73: Calling defintion_preview() on blank lines causes error (#74)
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
3 years ago
spindensity 5391bf6aec
Fix #75: The error handling code of implementation_handler() does not work (#76)
Co-authored-by: Jinsong Zhang <spindensity@gmail.com>
3 years ago
ray-x 3c0646074a bugfix for #71 3 years ago
ray-x a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 3 years ago
ray-x 5e500bef98 document update 3 years ago
ray-x ecb25de260 rename disable_format_ft to disable_format_cap 3 years ago
ray-x 97b265a64d Update diagnostic virtual text marker 3 years ago
ray-x e56eeb4f88 issue #67 disable_lsp = 'all' causes errors 3 years ago
ray-x 386661a6d9 document update for GHListHl #66 3 years ago
ray-x 295b5e89ec cleanup logs, enable pyright format with black 3 years ago
ray-x 69578d6a3c Delete deprecated hover.lua, update floating win width, refresh diagnostic errors 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