diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-06 23:38:25 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-06 23:38:25 +0200 |
| commit | 4d244e6d32dd8abb3847eefac073e609dca89f68 (patch) | |
| tree | 0564a25f09705a1be8e4e32f87a6b564a99f9367 /lua/user/opts.lua | |
| parent | 0482c387d5606e720dfee3e56f7a321fe9a0b3f5 (diff) | |
| download | dotfiles-4d244e6d32dd8abb3847eefac073e609dca89f68.tar.gz dotfiles-4d244e6d32dd8abb3847eefac073e609dca89f68.zip | |
Moved termguicolors to init.lua
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 3 |
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 |
