From 4d244e6d32dd8abb3847eefac073e609dca89f68 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 6 Sep 2023 23:38:25 +0200 Subject: Moved termguicolors to init.lua --- lua/user/opts.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua') diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 0b3f32b..c724710 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -13,9 +13,6 @@ vim.g.sh_noisk = 1 -- iskeyword word boundaries when e vim.o.autochdir = true --vim.o.writeany= true --- Colors -vim.opt.termguicolors = true - -- Clipboard vim.opt.clipboard:append({ 'unnamedplus' }) -- Install xclip or this will slowdown startup -- cgit v1.2.3