Commit Graph

50 Commits (1f6103ed954d4e584561481ca9905dac666aec5b)

Author SHA1 Message Date
rayx 1f6103ed95
Side panel (#197)
* add sidepanel

* revert some changes and fix nil indent level

* Add side panel; bugfix for ctags
2 years ago
ray-x cce0e90544 gui listview updates, allow listview cover more spaces 2 years ago
ray-x 6e937e9019 workspace symbole search improvements. allows to show interactive search results in the symbol list. 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
rayx a73fb38ef9
update resolved_capacities -> server_capacities (#185)
* update resolved_capacities

* format renaming

* remove comments

* remove mk_handler. update documentFormator

* bumpup test image to ubuntu 22.04

* add logs when neovim is lower than 0.8
2 years ago
ray-x bb018d541b issue #161 ccls failure 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
ray-x 72ed02f879 locations_to_items offset_encoding 2 years ago
ray-x 873135bf9a lsp def and lsp ref with async request 2 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x e869cedba3 cleanup 2 years ago
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
2 years ago
ray-x 4b1670423e issue #116 nil client 2 years ago
ray-x ce3c5fe2cb fix the referece floatwindow loading performance issue 2 years ago
ray-x 5a84868481 using client number in code action 3 years ago
ray-x 427007ee9b bugfix issue #97 3 years ago
ray-x c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 3 years ago
ray-x 00a015e27a action command 3 years ago
ray-x c55729e879 update codeaction 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 26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 3 years ago
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
3 years ago
ray-x 940349759b Feature: LRU cache for search result 3 years ago
ray-x 369233a758 change print info to log. codelens is not supported by lots of lsp 3 years ago
ray-x a200c1db2b Update UI for code lens 3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x 1df533bf5f [bugfix] lua sumneko go definition multi definitions uri nil 3 years ago
ray-x 18fc04a18c merge changes 3 years ago
ray-x f16893fc4f Revert "improve launching time"
This reverts commit b08bfd6839.
3 years ago
ray-x 0d29116b18 limit the number of file running treesitter analysis 3 years ago
ray-x b08bfd6839 improve launching time 3 years ago
ray-x f5f07d586d add logs for windows 3 years ago
ray-x 05e51f2e74 postphone the treesitter loading 3 years ago
ray-x 95b45a6cf6 windows path fix: issue #20 3 years ago
ray-x 6c9ce98d03 Update kemap document 3 years ago
ray-x 8b84a0e3aa Bugfix: window path, !=, ~= for lhs 3 years ago
ray-x 9788bbaf54 using open_floating_preview API as focus preview deprecated 3 years ago
ray-x 41a43eaf64 Bugfix lhs `==` 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 fc37a3f9a2 bug fix and add error logs 3 years ago
ray-x 777acc4b92 merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result 3 years ago
ray-x 7351a65917 Update treesitter adding arrow function and function types for
treesitter
3 years ago
ray-x d4c409ac3c async reference call 3 years ago
ray-x 0fd9943705 gsub for special chars in directory 3 years ago
ray-x 70356e73f3 fix bugs for worspace symbols 3 years ago
ray-x 7e0b1a67a9 update gopls settings 3 years ago
ray-x f46d8adf09 update doc symbol 3 years ago
ray-x 9d5f2efdbd init commit 3 years ago