Commit Graph

20 Commits

Author SHA1 Message Date
ray-x
62477b294e drop neovim 0.5 deprecated API 2022-02-17 22:21:34 +11:00
ray-x
c528b58bb9 replace print to notify, add workspace gui 2021-12-23 16:37:39 +11:00
ray-x
295b5e89ec cleanup logs, enable pyright format with black 2021-09-21 01:44:55 +10: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
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
2021-09-13 23:18:54 +10:00
ray-x
f33a3e8e7d allow preview more lines 2021-09-04 18:49:08 +10:00
ray-x
baad5112d8 optimize jump to position
improve jump location
2021-06-28 20:48:46 +10:00
Mateus B. Melchiades
a955e07992
Symbols aggregated in config (#15) 2021-06-16 06:46:04 +10:00
ray-x
6c9ce98d03 Update kemap document 2021-06-11 21:33:22 +10:00
ray-x
f813aa97db Bugfix: truncate file path in treesitter buffers symbols, update doc for key mapping 2021-06-10 22:12:25 +10:00
ray-x
4ad8fa3e95 Clean up space pad for reference listview 2021-06-10 06:39:37 +10:00
ray-x
d8385f2993 change sumneko setup, move it to lsp section 2021-06-09 08:34:36 +10:00
ray-x
624053bd8f Update aligement 2021-06-08 16:41:34 +10:00
ray-x
c872b43faf treesitter function definition 2021-06-05 08:33:23 +10:00
ray-x
6a15e6838d add multiple symbol highlight 2021-05-29 21:08:30 +10:00
ray-x
b61e280400 truncate filepath 2021-05-26 22:15:32 +10:00
ray-x
7e8c3376f4 LSP reference and write color optimize 2021-05-24 20:20:28 +10:00
ray-x
7c6c37d169 fix treesitter defination lookup for go 2021-05-23 00:03:34 +10:00
ray-x
4e748eccab fix treesitter for C++. Add variable defination(C++, Go) 2021-05-22 15:34:46 +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