Commit Graph

34 Commits

Author SHA1 Message Date
rayx
5cf1459e03
vim.uv and off page ts_context not loaded (#293)
* bugfix ts context not shown for off-page entries

* logs cleanup

* vim.loop -> vim.uv
2023-11-07 23:00:36 +11:00
ray-x
e6fcd5d7fb nerdfont 3.0 2023-10-19 09:47:41 +11:00
ray-x
3c9398b599 nerdfont 2.0 2023-09-27 02:37:50 +10:00
ray-x
c000890350 using vim.log.levels instead of vim.log.lsp_levels 2023-02-13 07:34:02 +11:00
rayx
7a88235bd1
[breaking] Neodev (#237)
[BREAKING] deprecate lua-dev setup and in favor neodev 
* lua-dev -> neodev
* update deprecated messages
2022-10-19 20:02:20 +11:00
ray-x
df7f4d7229 better format ts_context text 2022-09-01 09:19:37 +10:00
ray-x
fb87a0b1b7 long line improvement 2022-09-01 04:32:14 +10:00
ray-x
927c464b70 optimize for go and ts_contex 2022-08-29 18:20:27 +10:00
ray-x
edee3e39c6 merge changes for treesitter symbole context 2022-08-27 11:49:08 +10:00
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
2022-06-29 14:53:50 +10:00
ray-x
cce0e90544 gui listview updates, allow listview cover more spaces 2022-06-11 16:11:11 +10:00
ray-x
1908ea5175 improve line rendering when trim long text 2022-06-08 16:56:46 +10:00
ray-x
3f49769abc lint all codes 2022-06-02 01:41:26 +10:00
ray-x
15e6b315b7 add logs 2022-04-17 15:13:54 +10:00
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