aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/user/opts.lua3
1 files changed, 0 insertions, 3 deletions
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