yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

The command FVimFontNoBuiltInSymbols show the error #157

Closed nmxiao closed 4 years ago

nmxiao commented 4 years ago

I use the lastest FVIM release version in windows 10. However, when I add the command FVimFontNoBuiltInSymbols v:true into the ginit.vim, the cmd shows the error that it is not the editor command.

my configuration file shows as below:

if exists('g:fvim_loaded') set guifont=Hasklug\ NF:h15 FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true FVimUIPopupMenu v:false FVimFontLigature v:true FVimFontNoBuiltInSymbols v:true endif

yatli commented 4 years ago

I just uploaded a new release, please try the latest one.