From 918b72c8fdbdcd7d4a8a097979b0370faf49f4a0 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 9 Sep 2024 09:26:08 -0400 Subject: [PATCH] update --- modules/home-manager/email/default.nix | 2 +- modules/home-manager/neovim/nvim/lua/plugins/lsp.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/email/default.nix b/modules/home-manager/email/default.nix index 65065ec..226a71d 100644 --- a/modules/home-manager/email/default.nix +++ b/modules/home-manager/email/default.nix @@ -70,7 +70,7 @@ }; mbsync = { enable = true; - create = "maildir"; + create = "both"; }; imap = { host = "mail.michaelthomson.dev"; diff --git a/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua b/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua index f2496b6..e9b7244 100644 --- a/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua +++ b/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua @@ -88,6 +88,8 @@ return { lsp.lua_ls.setup({}) lsp.nil_ls.setup({}) + lsp.clangd.setup({}) + lsp.astro.setup({}) end, }, }