Skip to content

spelcaster/customvim

Repository files navigation

customvim

My Vim custom settings.

Important

How to...

Install

cd ~

# clone customvim
git clone [email protected]:spelcaster/customvim.git .vim

# backup your .vimrc
cp -rfv .vimrc .vimrc.bak

# create a symbolic link to customvim .vimrc
ln -s .vim/.vimrc .vimrc

cd .vim

# install plugins
git submodule update --init --recursive

Plugins with a Makefile

The following directories have a Makefile on it and they should be built to work as expected.

bundle/clang_complete
bundle/deoplete.nvim
bundle/emmet
bundle/yajs
bundle/vimproc
bundle/supertab

# example: build deoplete
# deoplete install some python dependencies, so it need to be run as super user
cd bundle/deoplete.nvim
sudo make

Reference

License

This file is free software configuration code: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3..

This configuration is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this configure rile. If not, see http://www.gnu.org/licenses/

About

This is my vim custom settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published