Commit Graph

208 Commits (master)

Author SHA1 Message Date
ray-x c597965d0f README 2 months ago
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.
5 months ago
ray-x 3e05ae2b6c Added disable_filetypes for treesitter folding 6 months ago
ray-x 0ce1009c92 Update config setup for fold_ts 6 months ago
ray-x 164e8ad43a Clean up fold comments/documents and update align to latest code changes 6 months ago
ray-x 231968a002 Update README for the ts_fold changes 6 months ago
ray-x 18304b8a84 feature: treesitter folding syntax highlight 6 months ago
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
6 months ago
ray-x 50973a602a Nerd font v3 for treesitter 6 months ago
Harrison Katz 4d6b1b804f
Add docs for icons (#289) 6 months ago
ray-x 354fb64b42 issue #287 diagnostic setup is hard coded 7 months ago
purpleblackferret 3f0c3d75c3
Added formatting keymaps in README (#286) 7 months ago
Gauthier Billot 8906ef48d0
Fix 2 issues in README.md (#285) 7 months ago
ray-x b9931d5c01 type definition preview and readme updates 1 year ago
Jim Miller f298a844c5
switching from sqls to sqlls since sqls is now deprecated (#271)
Co-authored-by: Jim Miller <james.miller@disneystreaming.com>
1 year ago
Carlos 2e70f736f8
Fix typo in 'disply_diagnostic_qf' (#268) 1 year ago
ray-x 439d30631b [Feat:] hover inside definition preview 1 year ago
ray-x f058b3fc40 LSP type defination support 1 year ago
ray-x 6dc7a842f7 issue #262 sumneko_lua deprecated 1 year ago
ray-x 11dfaa794a doc updates 1 year ago
ray-x 77b235b2c9 using async call in sidepanel 1 year ago
ray-x d202970180 New commands LspAndDiag TsAndDiag for Panel 1 year ago
ray-x 66d84151e9 panel LSP symbols + diagnostic 1 year ago
ray-x 1b2a0856f4 [breaking] deprecate neodev setup inside navigator, please setup it as metioned in README.md 1 year ago
ray-x 7e95b1baae add new options treesitter_analysis 1 year ago
ray-x 5a289ac77d remove lsp installer 🎄🎆 1 year ago
Marius Kluften 5bc1f93fb1
Cleaned up, fixed some typos and ran markdown formatter (#249) 1 year ago
ray-x 9efdb79a5c update licence/reference to inc-rename and neovim 2 years ago
ray-x ba24ea57db update rename 2 years ago
David Brouwer 544c006a10
Update README.md (#240) 2 years ago
rayx 7a88235bd1
[breaking] Neodev (#237)
[BREAKING] deprecate lua-dev setup and in favor neodev 
* lua-dev -> neodev
* update deprecated messages
2 years ago
ray-x e882757fb2 update format_on_save setup 2 years ago
ray-x 451d761f76 features side panel for symbol reference 2 years ago
ray-x fb6d19ddf4 issue #226 add example for mason setup 2 years ago
ray-x af7fc7d649 some updates for mason 2 years ago
ray-x edee3e39c6 merge changes for treesitter symbole context 2 years ago
ray-x 213b30950e the missing options for treesitter folding 2 years ago
ray-x 9f151cf718 definition preview, show more contents and allow scroll 2 years ago
ray-x b131251ad8 send floating view result to quickfix; de-duplicate references 2 years ago
ray-x 0ab4b02ff7 update on_attach 2 years ago
ray-x 3d87ed3b87 issue #217 README missing symbols 2 years ago
ray-x dc0b8504bb allow document_highlight to be configurable, update REWADME 2 years ago
ray-x 348ab9dced mason support #215 2 years ago
ray-x e5d16e4488 renaming highight group from GHxxx to Guihuaxxx 2 years ago
ray-x 4623677b2a issue #204 update doc for the breaking changes 2 years ago
ray-x 85e3f6e045 Allow user pass the lua-dev setup into navigator 2 years ago
ray-x c30ccd07c9 add options for lsp.buf.format()
update keymap doc
2 years ago
rayx acca6009e0
[Breaking] using vim.keymap.set, breaking changes (#200)
* using vim.keymap.set, breaking changes

* update keymaps

* doc updates
2 years ago
ray-x 22e858f261 #195 update doc for rust-tool, make client/bufnr require fields for mapping.setup(opts) when calling from rust/clangd on_attach 2 years ago
ray-x edba3efd1e Calltree updates 2 years ago