remove leftover ginit.vim
This commit is contained in:
parent
157010c499
commit
3f1d155aaa
1 changed files with 0 additions and 14 deletions
14
ginit.vim
14
ginit.vim
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue