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 = "_" }