Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 637 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 637 Bytes

Josh's vim configuration

Personal configuration for vim inspired inspired by Timo Furrer

Installation

dependencies

sudo apt install vim fonts-powerline python3-dev

clone repo

git clone https://github.com/joshrost/.vim   ~/.vim
cd ~/.vim

# Download submodules
git submodule update --init --recursive

# Setup clang
cd pack/programming/start/YouCompleteMe
# if want C++ completion with clang
python3 install.py --clang-completer

link the config

ln -s ~/.vim/vimrc ~/.vimrc

Note: make sure to install the dependencies of the plugins you want to use.