Commit Graph

720 Commits (master)
 

Author SHA1 Message Date
ray-x 3be5241bf9 allow hover to fallback, e.g. use pydoc when hover failed 6 days ago
ray-x 877a457473 fix for nvim-0.9.0 get-clients 2 weeks ago
ray-x fd1f7e9a3d improve jump to next diagnostic 2 weeks ago
ray-x d3c7e03113 for_each_buffer_client deprecated 3 weeks ago
ray-x 1c68f33ef2 tbl_islist deprecated. better fallback of diag.config.signs 3 weeks ago
ray-x 40c6bb3a5e Neovim removed/replaced 0.10 deprecated API 3 weeks ago
ray-x 2def227e76 close sidebar aucmd BufLeave -> BufWinLeave 4 weeks ago
ray-x 736cba15dc update doc; improve hover as some LSP does not support hover/signature; ctag default tagfile checking 1 month ago
ray-x 65df819a66 disable treesitter ts in diffmode 2 months ago
ray-x 6a02536445 update side pannel when file saved 2 months ago
ray-x 1af66ec104 improve treesitter based folding for nvim 0.9+ 2 months ago
ray-x 672d97facd Capabilities updates 3 months ago
ray-x c8267c995d default values for capabilities 3 months ago
ray-x c11ae3feed minor the lspformat should be hook to BufWritePre 3 months ago
ray-x c597965d0f README 4 months ago
ray-x 23489699f9 Merge branch 'master' of github.com:ray-x/navigator.lua 4 months ago
ray-x a8b1019942 add changelog; handle vim diff 4 months ago
Allen Horine d02d4c1c52
Fix: nil error processing treesitter query results, nil error when (#300)
viewing references (deprecated method), remaining vim.loop -> vim.uv
conversion
4 months ago
ray-x 29d5f05bf9 skip setup in diff mode 6 months ago
ray-x 5fb82ee1bc Avoid assert when tracing error msg 6 months ago
ray-x b97b90140e ruff 6 months ago
ray-x 8f40d389fc ruff 6 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.
6 months ago
ray-x 98540ed2a8 hover fallback to signature help 7 months ago
ray-x 40d1907f57 more updates for nvim 0.10 nightly 7 months ago
ray-x 4dbf5e1ef3 deprecating _trim() 7 months ago
ray-x 3e05ae2b6c Added disable_filetypes for treesitter folding 7 months ago
ray-x 229d4ee728 add deprecated notices 7 months ago
ray-x 0ce1009c92 Update config setup for fold_ts 7 months ago
ray-x 164e8ad43a Clean up fold comments/documents and update align to latest code changes 7 months ago
ray-x 059973f557 Major updates for treesitter folding. Write how scope and
fold level are calculated
7 months ago
ray-x a4c94d315c updates for diagnostic error position in scroll bar area 7 months ago
ray-x 924139448f should not overrite vim.opts.fillchar setup 7 months ago
ray-x 231968a002 Update README for the ts_fold changes 7 months ago
ray-x 18304b8a84 feature: treesitter folding syntax highlight 7 months ago
ray-x 236fb062d2 get_clients for 0.10 get_active_clients for 0.9.x 7 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
7 months ago
ray-x 50973a602a Nerd font v3 for treesitter 7 months ago
ray-x 452eead83b update prompt edit mode #291 7 months ago
ray-x 5c9719b235 issue #291 config option for listview mode 7 months ago
Kodai Kabasawa 7632117666
fix to prevent string config (#292) 7 months ago
ray-x bedf65e668 Lsp kind for nerdfont 3 8 months ago
Harrison Katz 4d6b1b804f
Add docs for icons (#289) 8 months ago
ray-x e5ba624f85 update .gitignore 8 months ago
ray-x e6fcd5d7fb nerdfont 3.0 8 months ago
ray-x 354fb64b42 issue #287 diagnostic setup is hard coded 8 months ago
purpleblackferret 3f0c3d75c3
Added formatting keymaps in README (#286) 8 months ago
Gauthier Billot 8906ef48d0
Fix 2 issues in README.md (#285) 8 months ago
ray-x 8c06e1afe3 update lsp capabilitites 8 months ago
ray-x 7231ef9614 update logs 8 months ago