Auto dark/light mode switching, fix Mason

This commit is contained in:
Bartek Stalewski 2024-09-26 02:21:11 +02:00
parent 0d1e6f2967
commit 4d516d6b9d
No known key found for this signature in database
7 changed files with 58 additions and 23 deletions

View file

@ -25,6 +25,12 @@ M.ui = {
statusline = {
theme = "vscode_colored",
}
}
M.mason = {
cmd = true,
pkgs = {"lua-language-server"}
}
return M