mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 14:48:33 +02:00
fix: color issues
This commit is contained in:
parent
2bf1b60333
commit
6652a3ce3d
1 changed files with 4 additions and 0 deletions
4
init.lua
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue