Skip to content

joshuarost/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Personal vim configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published