extra: nvim: enable truecolor mode

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-04-19 23:02:05 +02:00
parent cc0f777b0f
commit c1faa61748
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -46,6 +46,9 @@ vim.opt.smartcase = true
-- Disable mouse support
vim.opt.mouse = ''
-- True color support
vim.opt.termguicolors = true
-- Disable netrw
vim.g.loaded_netrwPlugin = 0