我的 Vim 配置。
-
安装 Vim
osx:
brew install vimubuntu:
sudo apt install vim -
安装 Vim 插件管理工具: Vundle
Clone Vundle 源码到指定位置:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim在 Vim 中执行
:PluginInstall命令。 -
安装 powerline/fonts 美化状态栏。
Clone 到本地:
git clone https://github.com/powerline/fonts.git --depth=1安装字体:
cd fonts ./install.sh