mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +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 = {
|
empty = {
|
||||||
plugins.schemastore.enable = true;
|
plugins = {
|
||||||
|
lsp = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
servers = {
|
||||||
|
jsonls.enable = true;
|
||||||
|
yamlls.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
schemastore.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue