Vim powerline (Lokaltog's) weird characters in MacVim

后端 未结 6 1882
刺人心
刺人心 2021-02-09 00:52

I\'m trying to use Powerline plugin (https://github.com/Lokaltog/vim-powerline) for the first time.

Plugin seems to be installed. I use vundle with the following command

6条回答
  •  情书的邮戳
    2021-02-09 01:18

    adding this to the vimrc file fixed it for me:

    set guifont=Source\ Code\ Pro\ for\ Powerline "make sure to escape the spaces in the name properly
    

    Source: https://github.com/bling/vim-airline/issues/142

提交回复
热议问题