This commit is contained in:
Michael Thomson 2024-09-09 09:26:08 -04:00
parent 5886539ac6
commit 918b72c8fd
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,7 @@
}; };
mbsync = { mbsync = {
enable = true; enable = true;
create = "maildir"; create = "both";
}; };
imap = { imap = {
host = "mail.michaelthomson.dev"; host = "mail.michaelthomson.dev";

View File

@ -88,6 +88,8 @@ return {
lsp.lua_ls.setup({}) lsp.lua_ls.setup({})
lsp.nil_ls.setup({}) lsp.nil_ls.setup({})
lsp.clangd.setup({})
lsp.astro.setup({})
end, end,
}, },
} }