Vim powerline (Lokaltog's) weird characters in MacVim

后端 未结 6 1878
刺人心
刺人心 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 00:57

    In my case, fonts in the status bar were working in vim (displaying the proper symbols) but not in macvim. Added the following line to the .gvimrc file and it works fine now.

    I had specify :h16

    set guifont=Source\ Code\ Pro\ for\ Powerline:h16 
    

提交回复
热议问题