nvim termguicolors

This commit is contained in:
2026-08-04 10:46:58 +02:00
parent 39572b7e92
commit 84e1a22475

View File

@@ -5,6 +5,7 @@ local o = vim.o
local g = vim.g
-- UI
o.termguicolors = true -- Enable 24-bit colors (required for guifg/guibg themes)
o.laststatus = 3 -- Global statusline
o.showmode = false -- Don't show mode (statusline handles it)
o.cursorline = true -- Highlight current line