From f6b8aeca69a09abdaa063f3f9ee3a4e48f5602db Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 3 Aug 2024 12:58:38 +0100 Subject: [PATCH] add tmux to home-manager and removed yaml lsp from nixvim --- home/common/core/default.nix | 1 + home/common/core/nixvim/plugins/lsp.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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; };