nvim termguicolors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user