Information and screenshots of this vim setup are on https://vimuser.org/
Francis Rowe c6a87ee845 optimize the text on the page | 8 년 전 | |
---|---|---|
site | 8 년 전 | |
LICENSE | 8 년 전 | |
README.md | 8 년 전 |
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
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 50cd52f2ad
cd -
sudo apt-get install ctags vim +PluginInstall +qall
sudo apt-get install fonts-powerline
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/