Update FontFeatues due to bump in Iosevka version

Since Iosevka's 4.x version, character variants for the font changed
names.  An update to the FontFeatures settings in Neovim GTK config file
was mandatory.
This commit is contained in:
Dionisio E Alonso 2021-01-11 09:33:41 -03:00
parent 8b6f8be7cc
commit 4ce37fb7cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
call rpcnotify(1, 'Gui', 'Font', 'Iosevka Curly Slab 8.4')
call rpcnotify(1, 'Gui', 'FontFeatures', 'XHS0,ss14,cv02,cv24,cv16,cv21,cv38,cv62,cv33,cv13,VXAJ,cv37')
call rpcnotify(1, 'Gui', 'FontFeatures', 'XHS0,ss14,cv12=5,cv16=3,cv43=1,cv45=2,cv53=1,cv54=1,cv52=3,cv36=1,cv51=5,cv49=2')
if exists('g:GtkGuiLoaded')
call rpcnotify(1, 'Gui', 'Command', 'PreferDarkTheme', 'on')