From b35dda6997a872401918dc2fa47723f3f138326f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 14 Jul 2020 23:51:28 +0200 Subject: [PATCH] feat(neovim): force transparent background --- dot/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/init.vim b/dot/init.vim index 9a8a5c9..184bad0 100644 --- a/dot/init.vim +++ b/dot/init.vim @@ -8,8 +8,9 @@ nnoremap :Rg let g:fzf_layout = { 'down': '~15%' } colorscheme paramount - set background=dark +" transparent background +hi Normal guibg=NONE ctermbg=NONE let mapleader = "," let maplocalleader="\\"