dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit f6de85816800d7aa2b82635b5add11b4073a1ae0
parent 5a2f3306b70d2e2c31c6129ebca8accf7b55ddd9
Author: Ashymad <czilukim@o2.pl>
Date:   Thu, 22 Mar 2018 19:34:37 +0100

Same font

Diffstat:
Mnvim/.config/nvim/ginit.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nvim/.config/nvim/ginit.vim b/nvim/.config/nvim/ginit.vim @@ -1,5 +1,5 @@ if exists('g:GtkGuiLoaded') - call rpcnotify(1, 'Gui', 'Font', 'Source Code Pro Nerd Font 13') + call rpcnotify(1, 'Gui', 'Font', 'FuraCode Nerd Font 13') elseif exists('g:GuiLoaded') Guifont FuraCode Nerd Font Mono:h13 endif