Add transparencty to the config

This commit is contained in:
2026-01-16 17:19:54 -03:00
parent f3d4395f72
commit 1566b7fdc1
2 changed files with 14 additions and 12 deletions

View File

@@ -42,6 +42,7 @@ return {
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
wrap = false, -- sets vim.opt.wrap
expandtab = false,
cursorline = false,
tabstop = 8,
shiftwidth = 8,
showtabline = 8,