My Vim custom settings.
- Install powerline prepatched fonts to user powerline symbols in vim-airline;
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
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
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/