This commit is contained in:
Belal Elsabbagh
2026-02-01 08:33:07 +02:00
parent bb79366354
commit 746a957b35
13 changed files with 652 additions and 102 deletions

View File

@@ -205,3 +205,6 @@ vim.lsp.enable {
'yamlls',
'ty',
}
vim.o.background = "dark"
vim.cmd([[colorscheme gruvbox-material]])