From 02c0084c1f6ed52c1821e5606a2296a99306f9b5 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 13 Jul 2024 09:54:59 -0700 Subject: [PATCH] Added yaml language server --- config/plugins/lsp.nix | 3 +++ 1 file changed, 3 insertions(+) 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;