move highlights to colorscheme, and change cmp style
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user