move highlights to colorscheme, and change cmp style
This commit is contained in:
parent
87aafcd44c
commit
a7929fa1c0
5 changed files with 83 additions and 102 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue