Skip to content

Instantly share code, notes, and snippets.

View rompetroll's full-sized avatar
💭
I may be slow to respond.

Sven Eigenbrodt rompetroll

💭
I may be slow to respond.
View GitHub Profile
anonymous
anonymous / init.vim
Created April 7, 2016 17:02
neovim config + YCM working arch install guide
if &compatible
set nocompatible " Be iMproved
endif
set runtimepath^=~/.config/nvim/repos/github.com/Shougo/dein.vim
call dein#begin(expand('~/.config/nvim'))
call dein#add('Shougo/dein.vim')
call dein#add('https://github.com/Valloric/YouCompleteMe')
"cd .config/nvim/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd