Dmitry Torokhov
d737fa6109
build: remove presubmit dependency on luvit-meta
...
As discussed in https://github.com/yetone/avante.nvim/pull/2536 the
project should either use luv bindings from luals or luvit-meta
library, but not both, as they conflict with each other (especially
with uv.uv_timer_t). Given that other projects such as kickstart.nvim
and lazydev.nvim are switching to use the former, we should do the same
and drop luvit-meta dependency.
Also adjust code that was using luvit-meta's annotations for timers.
2025-07-31 14:12:13 +08:00
Peter Cardenas
9a04edba4a
chore: remove all references to nvim-treesitter ( #2327 )
2025-06-25 17:42:38 +08:00
Avinash Thakur
ec0f4f9ae0
feat: allow custom input provider, removing dressing.nvim ( #2173 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: yetone <yetoneful@gmail.com >
2025-06-06 23:04:35 +08:00
yetone
7e31317fbc
fix(lint): make neovim 0.11 typecheck happy ( #1844 )
2025-04-10 14:14:47 +08:00
yetone
f83378a67e
feat: add pre-commit ci ( #1824 )
2025-04-07 14:55:21 +08:00
yetone
cd13eeb7d9
fix: revert max_completion_tokens to max_tokens ( #1741 )
2025-03-27 16:53:55 +08:00
yetone
13cd40bba7
fix: lua typecheck ci ( #1350 )
2025-02-23 00:16:43 +08:00
yetone
f44c5b1258
fix: lua typecheck ci ( #1349 )
2025-02-22 23:57:46 +08:00
yetone
3373a66f38
fix: update luals ( #1348 )
2025-02-22 23:48:06 +08:00
yetone
b04bffa441
fix: types ( #1344 )
2025-02-22 23:24:20 +08:00
yetone
1437f319d2
feat: tools ( #1180 )
...
* feat: tools
* feat: claude use tools
* feat: openai use tools
2025-02-05 22:39:54 +08:00
yetone
e14eb002d5
feat: add luatest ( #1064 )
2025-01-10 00:23:59 +08:00
Radosław Woźniak
29a645a39e
style(repo_map): fix style ( #901 )
...
* style(repo_map): fix style
after it was broken in https://github.com/yetone/avante.nvim/pull/894
* fix: rust ci conditions
---------
Co-authored-by: yetone <yetoneful@gmail.com >
2024-11-25 20:24:09 +08:00