Auto dark/light mode switching, fix Mason
This commit is contained in:
parent
0d1e6f2967
commit
4d516d6b9d
7 changed files with 58 additions and 23 deletions
|
@ -25,6 +25,12 @@ M.ui = {
|
|||
statusline = {
|
||||
theme = "vscode_colored",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
M.mason = {
|
||||
cmd = true,
|
||||
pkgs = {"lua-language-server"}
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue