Commit Graph

28 Commits (fb87a0b1b7a0c75f8f96e5e61989a43d4dc8dec6)

Author SHA1 Message Date
ray-x fb87a0b1b7 long line improvement 2 years ago
ray-x 927c464b70 optimize for go and ts_contex 2 years ago
ray-x edee3e39c6 merge changes for treesitter symbole context 2 years ago
ray-x 8d77c3ab1e bug fix for #166 not all items shown in listview. Also add flag allow control when the ts info will be added
update readme
2 years ago
ray-x cce0e90544 gui listview updates, allow listview cover more spaces 2 years ago
ray-x 1908ea5175 improve line rendering when trim long text 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
ray-x 15e6b315b7 add logs 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
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