config: nvim: use colorscheme dark_colorblind from github-nvim-theme

The currently used colorscheme 'vim-dichromatic' is missing support for
various neovim plugins.
This commit is contained in:
Thomas Preisner 2022-10-16 22:07:40 +02:00
parent 2b78050f5f
commit ab5cceddab
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,4 @@
vim.opt.completeopt = 'menu,menuone,noselect'
-- make 'kind' readable with dichromatic colorscheme
vim.cmd('highlight! CmpItemKindDefault guibg=NONE guifg=#000000')
local cmp = require('cmp')
cmp.setup({