diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 97307c1..d17d732 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -53,6 +53,9 @@ # json jsonls.enable = true; + # yaml + yamlls.enable = true; + # css cssls.enable = true;