安装插件
vim安装vim-airline插件
以vim-plug插件管理器为例
" --------------- Vim美化 ----------------
" 好看的状态栏
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
字体安装(系统没有该字体才需要安装,猜测)
-
Nerd-fonts 字体,Nerd Fonts patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular ‘iconic fonts’ such as Font Awesome, Devicons, Octicons, and others.
-
https://github.com/ryanoasis/nerd-fonts#patched-fonts
image.png

终端配置默认字体

vim状态栏效果展示

网友评论