mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
tests/plugins/lean: disable runNvim when LSP is enabed (using deprecated lspconfig API)
This commit is contained in:
parent
3607c2dbd2
commit
ba7e691a31
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
|
# TODO 2025-10-01
|
||||||
|
# Calls `require("lspconfig")` which is deprecated, producing a warning
|
||||||
|
test.runNvim = false;
|
||||||
|
|
||||||
plugins.lean.enable = true;
|
plugins.lean.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -21,6 +25,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
default = {
|
default = {
|
||||||
|
# TODO 2025-10-01
|
||||||
|
# Calls `require("lspconfig")` which is deprecated, producing a warning
|
||||||
|
test.runNvim = false;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp.enable = true;
|
lsp.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue