diff --git a/nvim/.config/nvim/lua/options.lua b/nvim/.config/nvim/lua/options.lua index 65b110b..38d67bb 100644 --- a/nvim/.config/nvim/lua/options.lua +++ b/nvim/.config/nvim/lua/options.lua @@ -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