Commit Graph

720 Commits

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