config(nvim): nvim 0.10.0 auto detect truecolor

main
sudo pacman -Syu 2024-05-17 09:58:59 +07:00
parent 0bc4317a83
commit 184b24f21c
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ vim.opt.breakindent = true
-- Clipboard support
vim.opt.clipboard = "unnamedplus"
-- Truecolor
if vim.env.COLORTERM == "truecolor" then
vim.opt.termguicolors = true
end
-- Mouse support
vim.opt.mouse = "a"
vim.opt.mousemodel = "popup"