Skip to content

zzxworld/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zzxworld/vimrc

我的 Vim 配置。

安装指南

  1. 安装 Vim

    osx: brew install vim

    ubuntu: sudo apt install vim

  2. 安装 Vim 插件管理工具: Vundle

    Clone Vundle 源码到指定位置:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    

    在 Vim 中执行 :PluginInstall 命令。

  3. 安装 powerline/fonts 美化状态栏。

    Clone 到本地:

    git clone https://github.com/powerline/fonts.git --depth=1
    

    安装字体:

    cd fonts
    ./install.sh
    

About

my vim config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages