mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +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 = {
|
||||
# TODO 2025-10-01
|
||||
# Calls `require("lspconfig")` which is deprecated, producing a warning
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.lean.enable = true;
|
||||
};
|
||||
|
||||
|
|
@ -21,6 +25,10 @@
|
|||
};
|
||||
|
||||
default = {
|
||||
# TODO 2025-10-01
|
||||
# Calls `require("lspconfig")` which is deprecated, producing a warning
|
||||
test.runNvim = false;
|
||||
|
||||
plugins = {
|
||||
lsp.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue