move highlights to colorscheme, and change cmp style

This commit is contained in:
2023-10-22 18:07:36 -04:00
parent 87aafcd44c
commit a7929fa1c0
5 changed files with 83 additions and 102 deletions

View File

@ -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)