aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-09-06 23:38:25 +0200
committersrdusr <trevorgray@srdusr.com>2023-09-06 23:38:25 +0200
commit4d244e6d32dd8abb3847eefac073e609dca89f68 (patch)
tree0564a25f09705a1be8e4e32f87a6b564a99f9367
parent0482c387d5606e720dfee3e56f7a321fe9a0b3f5 (diff)
downloaddotfiles-4d244e6d32dd8abb3847eefac073e609dca89f68.tar.gz
dotfiles-4d244e6d32dd8abb3847eefac073e609dca89f68.zip
Moved termguicolors to init.lua
-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