From a79d588f34268e00ea35c6b22c654d3a4db75384 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 4 May 2021 02:32:55 +0300 Subject: [PATCH] still not using neovim GUIs --- nvim/ginit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 9a7395a..75b5e75 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,7 +1,7 @@ " nvim-qt settings {{{ if exists('g:GuiLoaded') - GuiFont Ubuntu Mono derivative Powerline:h14 + GuiFont Ubuntu Mono:h14 GuiTabline 0 endif