mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
tests/plugins/llm: disable test.runNvim
This commit is contained in:
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user