From f9cf91f27e7e662d9e4e7136f153ffb829c98b71 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 17 Feb 2021 14:58:46 +0100 Subject: [PATCH] nvim fix --- .Xresources | 2 +- nvim/init.vim | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.Xresources b/.Xresources index 5bc3392..918d8ac 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,6 @@ URxvt*scrollBar: false URxvt*font: xft:Fira Code:size=11 -URxvt*url-launcher: /usr/bin/firefox +URxvt*url-launcher: /usr/bin/librewolf URxvt*termName: rxvt-unicode-256color diff --git a/nvim/init.vim b/nvim/init.vim index 63e310f..08b5677 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -58,10 +58,6 @@ set t_Co=16 colorscheme minimalist let &showbreak = '↳ ' -hi Normal guibg=NONE ctermbg=NONE -highlight clear LineNr -highlight LineNr ctermfg=grey ctermbg=NONE - " hi Normal guibg=NONE ctermbg=NONE highlight clear LineNr