tests/plugins/llm: disable test.runNvim

This commit is contained in:
Gaetan Lepage
2026-04-16 14:38:59 +00:00
committed by Gaétan Lepage
parent fbe196f026
commit 8d55155d82
@@ -1,5 +1,8 @@
{
empty = {
# ERROR: vim.lsp.start_client() is deprecated. Run ":checkhealth vim.deprecated
test.runNvim = false;
plugins.llm.enable = true;
};
@@ -15,6 +18,9 @@
};
defaults = {
# ERROR: vim.lsp.start_client() is deprecated. Run ":checkhealth vim.deprecated
test.runNvim = false;
plugins.llm = {
enable = true;
@@ -56,6 +62,9 @@
};
example = {
# ERROR: vim.lsp.start_client() is deprecated. Run ":checkhealth vim.deprecated
test.runNvim = false;
plugins.llm = {
enable = true;