The complete windows feel

This commit is contained in:
inorishio
2026-02-13 12:19:59 +01:00
parent 9c871ccf40
commit d9157328ef
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.smartindent = false
vim.opts.rocks.enabled = false
vim.o.list = true
vim.opt.listchars = { tab = "··", trail = "·", nbsp = "_" }
+1 -2
View File
@@ -30,8 +30,7 @@ return {
enabled = false,
priority = 1000,
config = function()
require("config.theme.onedarkpro-light
")
require("config.theme.onedarkpro-light")
end,
},
}