Commit Graph

41 Commits

Author SHA1 Message Date
ray-x
62477b294e drop neovim 0.5 deprecated API 2022-02-17 22:21:34 +11:00
ray-x
73dfd12f0f async handler check status before close 2022-01-10 01:52:32 +11:00
ray-x
4144024068 allow to config when will the fuzzy finder prompt to be shown 2022-01-08 22:47:43 +11:00
ray-x
c3f6b14233 #124 viewctlobject error 2021-12-30 16:05:25 +11:00
rayx
941b3fc80f
vim.ui.select adapt native codeaction and codelens apply actions (#117)
* doc update for lsp-installer

* use vim.ui.select and guihua ui patch

* adjust null-ls sequence
2021-12-17 08:54:36 +11:00
ray-x
5c13477220 dochighlight update 2021-12-14 07:12:20 +11:00
ray-x
1c67e790eb remove duplicated codes 2021-12-13 17:43:51 +11:00
ray-x
65701259c1 simplify gui; dochighlight 2021-12-13 10:42:53 +11:00
ray-x
d6b81ba8ab bug fix #91 outgoing_calls failure for pyright 2021-10-17 15:29:17 +11: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
26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 2021-09-09 12:59:58 +10:00
ray-x
2cb2b23c6d Add split options when open preview file 2021-09-08 08:38:07 +10:00
ray-x
22028ff82e #57 refactor keymapping on lsp attach 2021-09-07 21:08:00 +10:00
ray-x
f33a3e8e7d allow preview more lines 2021-09-04 18:49:08 +10:00
ray-x
940349759b Feature: LRU cache for search result 2021-08-29 17:35:46 +10:00
ray-x
04cf51f6c8 feature: blur effect
feature: transparancy setup
2021-08-19 10:01:10 +10:00
ray-x
54906cebaf Diagnostic error per buffer 2021-08-10 15:27:20 +10:00
ray-x
5af79c7ff2 bugfix: #35 update fzy on_confirm, it might cause #35 2021-07-20 09:32:09 +10:00
ray-x
baad5112d8 optimize jump to position
improve jump location
2021-06-28 20:48:46 +10:00
ray-x
c5fe79d6df update window height and width preset 2021-06-25 20:18:55 +10:00
ray-x
95b45a6cf6 windows path fix: issue #20 2021-06-25 10:33:04 +10:00
ray-x
298c4659da ccls call hierarchy 2021-06-24 00:09:33 +10:00
ray-x
807f41975e add floating windows edit option 2021-06-13 14:03:01 +10:00
ray-x
4ad8fa3e95 Clean up space pad for reference listview 2021-06-10 06:39:37 +10:00
ray-x
8d75a1498a bugfix: fname->filename; allow treesitter work without LSP 2021-06-03 01:25:56 +10:00
ray-x
6a15e6838d add multiple symbol highlight 2021-05-29 21:08:30 +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
ray-x
7351a65917 Update treesitter adding arrow function and function types for
treesitter
2021-05-17 13:15:15 +10:00
ray-x
8c31546892 reference jump to word 2021-05-10 23:17:47 +10:00
ray-x
23ea6b94de update treesitter symbol layout 2021-04-28 21:57:05 +10:00
ray-x
bd1feaea33 remove logs, update treesitter in README 2021-04-25 20:25:53 +10:00
ray-x
54f4fca0c0 update doc and configuration for float win size 2021-04-25 12:43:18 +10:00
ray-x
70356e73f3 fix bugs for worspace symbols 2021-04-23 14:21:22 +10:00
ray-x
7e0b1a67a9 update gopls settings 2021-04-23 09:39:24 +10:00
ray-x
16259eb4e7 update symbol nerdfonts 2021-04-21 12:12:48 +10:00
ray-x
bbc5fc749c update emoji 2021-04-21 11:58:15 +10:00
ray-x
f46d8adf09 update doc symbol 2021-04-21 08:07:13 +10:00
ray-x
f815e7dfb9 add preview target line hl 2021-04-20 17:42:03 +10:00
ray-x
e2bf480d22 change log level 2021-04-19 13:54:40 +10:00
ray-x
9d5f2efdbd init commit 2021-04-19 12:56:32 +10:00