fix yaml ls
This commit is contained in:
@@ -77,7 +77,10 @@ in
|
||||
nixd.binary.path = lib.getExe nixd;
|
||||
nil.binary.path = lib.getExe nil;
|
||||
ruby-lsp.binary.path = lib.getExe ruby-lsp;
|
||||
yaml-language-server.binary.path = lib.getExe yaml-language-server;
|
||||
yaml-language-server.binary = {
|
||||
path = lib.getExe yaml-language-server;
|
||||
arguments = [ "--stdio" ];
|
||||
};
|
||||
json-language-server.binary = {
|
||||
path = lib.getExe nodePackages.vscode-json-languageserver;
|
||||
arguments = [ "--stdio" ];
|
||||
|
||||
Reference in New Issue
Block a user