From e6296a7123c2dd6b50544115ff6f6640efc91ba2 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 21 Jun 2021 22:28:24 +0200 Subject: [PATCH] 24-bit color and fancy popup menus with pseudotransparency --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 7a62c92..e53790a 100644 --- a/init.vim +++ b/init.vim @@ -64,6 +64,9 @@ set undodir=~/.local/share/nvim/undo set spelllang=de +set termguicolors +set pumblend=20 + " custom commands command! RC edit $MYVIMRC command! SRC source $MYVIMRC