diff --git a/home/common/core/default.nix b/home/common/core/default.nix index ca3483a..e99a0f0 100644 --- a/home/common/core/default.nix +++ b/home/common/core/default.nix @@ -26,6 +26,7 @@ htop postgresql libqalculate + tmux ; }; home.stateVersion = "24.05"; diff --git a/home/common/core/nixvim/plugins/lsp.nix b/home/common/core/nixvim/plugins/lsp.nix index a61cc6f..ab341de 100644 --- a/home/common/core/nixvim/plugins/lsp.nix +++ b/home/common/core/nixvim/plugins/lsp.nix @@ -8,7 +8,6 @@ bashls = { enable = true; }; pyright = { enable = true; }; html = { enable = true; }; - yamlls = { enable = true; }; marksman = { enable = true; }; ccls = { enable = true; }; cssls = { enable = true; };