mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
plugins/schemastore: enable lsp in 'empty' test to avoid the warning
This commit is contained in:
parent
74a6731226
commit
04671a049a
1 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,17 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.schemastore.enable = true;
|
||||
plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
servers = {
|
||||
jsonls.enable = true;
|
||||
yamlls.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
schemastore.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue