summaryrefslogtreecommitdiffstats
path: root/lua/core/opts.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/core/opts.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/core/opts.lua b/lua/core/opts.lua
index 826f2b2..62386dc 100644
--- a/lua/core/opts.lua
+++ b/lua/core/opts.lua
@@ -34,7 +34,8 @@ o.softtabstop = tabwidth
-- colorscheme
o.termguicolors = true
-if pcall(require, "mellow") then vim.cmd('colorscheme mellow') end
+vim.cmd('colorscheme mellow') -- mellow
+vim.cmd('colorscheme mellow+') -- some changes
-- better editing -------------------------------------------------------------
o.clipboard = 'unnamedplus' -- system clipboard (on unix like)