msrose / dotvim

vim configuration files and plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

To use these as your default vim settings and plugins:

$ git clone https://github.com/msrose/dotvim ~/.vim

MacOS and Ubuntu

Run the install script:

bash ~/.vim/install.sh

Windows

On Windows, clone the repo into ~/vimfiles. Then run a command prompt as administrator, and create the symbolic link as follows:

C:\Users\Name> mklink _vimrc vimfiles\vimrc

Plugins

Open vim and execute :PlugInstall

See the plug documentation for other plugin management commands.

Acknowledgements

Special thanks to:

About

vim configuration files and plugins.


Languages

Language:Vim Script 98.0%Language:Shell 2.0%