1
0
Fork 0

remove leftover ginit.vim

This commit is contained in:
Felipe 2024-07-13 21:51:08 -04:00
parent 157010c499
commit 3f1d155aaa
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -1,14 +0,0 @@
"--- NeovimGTK
if exists('g:GtkGuiLoaded')
call rpcnotify(1, 'Gui', 'Font', 'Fira Code 11')
"call rpcnotify(1, 'Gui', 'Option', 'Tabline', 0)
else
"--- hack to fix empty buffer
if @% == ""
bd
endif
Guifont! Fira Code:h11
GuiTabline 0
GuiPopupmenu 0
GuiRenderLigatures 1
endif