update
This commit is contained in:
parent
5886539ac6
commit
918b72c8fd
@ -70,7 +70,7 @@
|
|||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
create = "maildir";
|
create = "both";
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.michaelthomson.dev";
|
host = "mail.michaelthomson.dev";
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user