Commit Graph

36 Commits (f6b208a24c2e38422eece6d505bf8d65d5e9a02b)

Author SHA1 Message Date
ray-x f6b208a24c put deprecated APIs in lsp/util; I feel for_each_client is a great API to use and no idea why it been deprecated in neovim 0.10
I have a feeling that there will be lots of APIs been changed for each release of neovim. On one side, it shows project is very active; on the flip side it is lack of thinking when API been added.
6 months ago
ray-x c000890350 using vim.log.levels instead of vim.log.lsp_levels 1 year ago
ray-x c583e1a69d suppress error messages 2 years ago
ray-x 273f614212 highlight symbole updates 2 years ago
ray-x b954695e00 issue #234 notify failed 2 years ago
ray-x f24a337f5d switch between buffer type 2 years ago
ray-x 5713f79265 clear autocmd #191 2 years ago
ray-x 01ef2ce1a1 typo highlight 2 years ago
ray-x 547f2bc15d doc highlight config options update 2 years ago
ray-x dc0b8504bb allow document_highlight to be configurable, update REWADME 2 years ago
ray-x 89dd02c927 using neovim 0.7.0 api for autocmd 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
ray-x 32ddd66dd2 fix for issue#191 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 2e43b8ee0a merge master 2 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 2 years ago
ray-x c9f34ac179 check doc highlight 2 years ago
ray-x 92296c9fc8 dochl client offset encoding 2 years ago
ray-x 4ca6b376a7 breaking changes: https://github.com/neovim/neovim/issues/14090, issue #136 2 years ago
ray-x da9448a88c neovim breaking changes: offset_encoding 2 years ago
ray-x b89811b1b6 bugfix issue #126 2 years ago
ray-x aa9b80e848 empty func 2 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 2 years ago
ray-x 5c13477220 dochighlight update 3 years ago
ray-x 65701259c1 simplify gui; dochighlight 3 years ago
ray-x 73f0041dc1 bugfix #115 incorrect bufnr 3 years ago
ray-x db09db7ef3 neovim 0.6 update for highlight 3 years ago
ray-x 36c01adc2d buffer lsp reference highlight #88 3 years ago
ray-x c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 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 8d75a1498a bugfix: fname->filename; allow treesitter work without LSP 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 6bf9a5990b update doc highlight, it did not work well for dracula 3 years ago
ray-x fc759b4e8a document symbol jump 3 years ago