Commit Graph

80 Commits (354fb64b42f9677071a900cd149f5651fd236b30)

Author SHA1 Message Date
ray-x 354fb64b42 issue #287 diagnostic setup is hard coded 7 months ago
ray-x d6ff1ed594 trying to add python virtualenv 8 months ago
ray-x 8661bcd7ff diagnostic updates 9 months ago
ray-x 7aa4a623ae diagnostic logs and default level 1 year ago
Carlos 2e70f736f8
Fix typo in 'disply_diagnostic_qf' (#268) 1 year ago
ray-x ac18ae5d57 ftdetect for attach 1 year ago
ray-x 274581e35e float title 1 year ago
ray-x 66d84151e9 panel LSP symbols + diagnostic 1 year ago
ray-x 1fcb0045d1 deprecate vim.lsp.diagnostic 1 year ago
ray-x a801cf6b25 issue #224 force close 1 year ago
ray-x c75914f7f6 fix test errors 🎄🎆 1 year ago
ray-x bace7a9110 fix test errors 🎄🎆 1 year ago
ray-x f2c9f1d005 icons for virtual text 🌲 1 year ago
ray-x 45a88c08a9 icons disable for diagnostic 🎄 1 year ago
ray-x ce81b4a6da deprecate lsp.buf_get_clients 2 years ago
ray-x 10fd76d6d0 default severity 2 years ago
ray-x 8d00282020 volar and diangnostic severity level check 2 years ago
ray-x e9a40aca40 diagnostic: show line diagnostic: offset the floating windows to first error pos 2 years ago
yyk de018d9ae3
Fix invalid buffer in defer fn. (#221) 2 years ago
ray-x b131251ad8 send floating view result to quickfix; de-duplicate references 2 years ago
ray-x 5713f79265 clear autocmd #191 2 years ago
ray-x dcc40278c5 use create_autocmd API; split clients.lua into 3 files 2 years ago
ray-x c3ef990390 lint 2 years ago
ray-x 3d9a9582dd bugfix #206 diagnostic failure 2 years ago
ray-x 56b00b83d5 diagnostic func failed to keymap 2 years ago
rayx 1f6103ed95
Side panel (#197)
* add sidepanel

* revert some changes and fix nil indent level

* Add side panel; bugfix for ctags
2 years ago
ray-x 3f49769abc lint all codes 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 c2c1c57136 terraform tf/tfvars, diagnostic show&hide, diagnostic default override 2 years ago
ray-x 8b43ed23e2 change the way checking total number of clients attached #167 2 years ago
ray-x 7f22411b1f issue #156 Can't disable virutal text 2 years ago
ray-x ff8ae83300 reverse sort lsp actions 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
David de Rosier dcabc38a12
Fixes problem with disabling icons not working (#142) (#143) 2 years ago
ray-x aa9b80e848 empty func 2 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x 83b66dbea1 Add error check for config, Allow show additional info for diagnostic 3 years ago
ray-x 49fb9032d8 bugfix clangd #102 buffer not loaded empty diagnostic info 3 years ago
ray-x 388711d97d issue #101 disable diagnostic_scrollbar 3 years ago
ray-x f43b0aba0e add diagnostic toggle, adjust width of preview window 3 years ago
ray-x fab08151e6 refactor diagnostic https://github.com/neovim/neovim/pull/16057 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 ed834ecf0d diagnostic fix for #86 3 years ago
ray-x d793df9b42 remove logs 3 years ago
ray-x a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 3 years ago
ray-x 97b265a64d Update diagnostic virtual text marker 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