diff --git a/init.lua b/init.lua index 756769de..35721ff5 100644 --- a/init.lua +++ b/init.lua @@ -121,6 +121,10 @@ vim.opt.breakindent = true -- Save undo history vim.opt.undofile = true +-- Enable true color support +-- See `:help 'termguicolors'` +vim.opt.termguicolors = false + -- Case-insensitive searching UNLESS \C or one or more capital letters in the search term vim.opt.ignorecase = true vim.opt.smartcase = true