sjj118 / .vim

My vim config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my configuration of vim.

Installation

Back-up your vim configuration first.

Make sure file ~/.vimrc and directory ~/.vim doesn't exist.

Execute the following commands in Terminal:

git clone --depth=1 https://github.com/sjj118/.vim.git ~/.vim
git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

About

My vim config.

License:MIT License


Languages

Language:Vim Script 100.0%