Commit Graph

32 Commits

Author SHA1 Message Date
ray-x
c55729e879 update codeaction 2021-09-30 21:10:35 +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
26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 2021-09-09 12:59:58 +10:00
rayx
08dba1beb6
Nvim 0 6 lsp signature changes (#56)
* bugfix diagnostic error

* bugfix for code lens for neovim 0.6

* gh test workflow

* bugfix github workflow
2021-09-06 08:34:26 +10:00
ray-x
940349759b Feature: LRU cache for search result 2021-08-29 17:35:46 +10:00
ray-x
369233a758 change print info to log. codelens is not supported by lots of lsp 2021-08-22 21:19:40 +10:00
ray-x
a200c1db2b Update UI for code lens 2021-08-22 20:13:00 +10:00
ray-x
58ac955777 codelens support, foldelsp 2021-08-22 09:19:11 +10:00
ray-x
1df533bf5f [bugfix] lua sumneko go definition multi definitions uri nil 2021-07-08 23:08:19 +10:00
ray-x
18fc04a18c merge changes 2021-07-05 10:13:57 +10:00
ray-x
f16893fc4f Revert "improve launching time"
This reverts commit b08bfd6839.
2021-07-05 08:52:48 +10:00
ray-x
0d29116b18 limit the number of file running treesitter analysis 2021-07-02 20:49:49 +10:00
ray-x
b08bfd6839 improve launching time 2021-07-02 19:32:19 +10:00
ray-x
f5f07d586d add logs for windows 2021-07-01 07:53:41 +10:00
ray-x
05e51f2e74 postphone the treesitter loading 2021-06-30 13:53:36 +10:00
ray-x
95b45a6cf6 windows path fix: issue #20 2021-06-25 10:33:04 +10:00
ray-x
6c9ce98d03 Update kemap document 2021-06-11 21:33:22 +10:00
ray-x
8b84a0e3aa Bugfix: window path, !=, ~= for lhs 2021-06-10 20:08:52 +10:00
ray-x
9788bbaf54 using open_floating_preview API as focus preview deprecated 2021-05-30 12:25:05 +10:00
ray-x
41a43eaf64 Bugfix lhs == 2021-05-27 08:36:10 +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
fc37a3f9a2 bug fix and add error logs 2021-05-22 10:54:10 +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
d4c409ac3c async reference call 2021-04-26 21:45:45 +10:00
ray-x
0fd9943705 gsub for special chars in directory 2021-04-26 11:30:53 +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
f46d8adf09 update doc symbol 2021-04-21 08:07:13 +10:00
ray-x
9d5f2efdbd init commit 2021-04-19 12:56:32 +10:00