thekips / vimrc

My vimrc profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

安装

  1. 下载vimrc文件和vim-plug
  • Linux

    git clone https://github.com/thekips/vimrc.git ~/vim; sh ~/vim/install.sh;
  • Windows

    git clone https://github.com/thekips/vimrc.git $HOME/vim; .$HOME/vim/install.ps1
  1. 在vim中执行PlugInstall命令安装插件,更多命令可参考 vim-plug#commands
:PlugInstall

使用

可以开始用了,有疑惑可以输入以下命令查看具体配置注释,搜素引擎辅助之。

vim ~/.vimrc

About

My vimrc profile.


Languages

Language:Vim Script 83.0%Language:PowerShell 11.1%Language:Shell 6.0%