The vim configuration of an avid Vim user. Go to https://vimuser.org/ for screenshots and to download the .vimrc
|
4 weeks ago | |
---|---|---|
site | 1 month ago | |
LICENSE | 4 years ago | |
README.md | 4 weeks ago |
Based on https://notabug.org/SylvieLorxu/.config/src/d197fe9ae89e0add86e5a1bf28502178d37bd633/.vimrc but with some modifications.
Move the included vimrc.txt file to your ~ and rename it to .vimrc The vim file is site/vimrc.txt in this repository.
sudo apt-get install vim-gtk git
Install dependency:
sudo apt-get install ctags
mkdir -p ~/.vim/{backups,bundle,tags,undo}
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
cd ~/.vim/bundle/Vundle.vim/
git reset --hard 50cd52f2ad34096dac77b0fc673031c0d367d357
cd -
sudo apt-get install ctags
vim +PluginInstall +qall
NOTE: Vim might complain on startup. Just edit .vimrc and remove some stuff as required if that happens.
Luna-term error:
If vim complains about luna-term, do this:
Download the luna distribution (as zip archive, see github)
Move colours/luna.vim to .vim/colors directory in your home directory. Move colours/luna-term.vim to your .vim/colors directory aswell.
Version used for above:
https://github.com/notpratheek/vim-luna/blob/master/colors/luna-term.vim
NOTE: tested on Debian, Ubuntu and Trisquel
wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf
mkdir -p ~/.fonts/ && mv PowerlineSymbols.otf ~/.fonts/
fc-cache -vf ~/.fonts
mkdir -p ~/.config/fontconfig/conf.d/ && mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/