Commit Graph

19 Commits (c528b58bb999f20fa609976da9f28b5be5a27414)

Author SHA1 Message Date
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x 295b5e89ec cleanup logs, enable pyright format with black 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
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
3 years ago
ray-x f33a3e8e7d allow preview more lines 3 years ago
ray-x baad5112d8 optimize jump to position
improve jump location
3 years ago
Mateus B. Melchiades a955e07992
Symbols aggregated in config (#15) 3 years ago
ray-x 6c9ce98d03 Update kemap document 3 years ago
ray-x f813aa97db Bugfix: truncate file path in treesitter buffers symbols, update doc for key mapping 3 years ago
ray-x 4ad8fa3e95 Clean up space pad for reference listview 3 years ago
ray-x d8385f2993 change sumneko setup, move it to lsp section 3 years ago
ray-x 624053bd8f Update aligement 3 years ago
ray-x c872b43faf treesitter function definition 3 years ago
ray-x 6a15e6838d add multiple symbol highlight 3 years ago
ray-x b61e280400 truncate filepath 3 years ago
ray-x 7e8c3376f4 LSP reference and write color optimize 3 years ago
ray-x 7c6c37d169 fix treesitter defination lookup for go 3 years ago
ray-x 4e748eccab fix treesitter for C++. Add variable defination(C++, Go) 3 years ago
ray-x 777acc4b92 merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result 3 years ago