/dotvim

Let's vim.

Primary LanguageVim Script

Linux/Unix Installation

Run the following command to make the dotvim effective:

curl -s https://raw.githubusercontent.com/LKI/dotvim/master/install.sh | sh

Windows Installation

Run the following command to make the dotvim effective:

git clone --recurse-submodules git://github.com/LKI/dotvim.git ~/vimfiles
copy ~/vimfiles/vimrc ~/_vimrc
vim +PlugInstall +qall

Others

  • pre-requires
  • how to start
    • if you're a beginner, just clone it, and make it rock
    • check usage for some useful shortcuts
    • feel free to fork your own dotvim repository, make changes and send a pull request
  • about this dotvim