24-bit color and fancy popup menus with pseudotransparency

This commit is contained in:
Alexander Gehrke 2021-06-21 22:28:24 +02:00
parent 09764eb3eb
commit e6296a7123

View file

@ -64,6 +64,9 @@ set undodir=~/.local/share/nvim/undo
set spelllang=de set spelllang=de
set termguicolors
set pumblend=20
" custom commands " custom commands
command! RC edit $MYVIMRC command! RC edit $MYVIMRC
command! SRC source $MYVIMRC command! SRC source $MYVIMRC