Skip to content

Instantly share code, notes, and snippets.

View daemonza's full-sized avatar

Werner Gillmer daemonza

View GitHub Profile
""" Daemonza vim setup
" Defaults
set nowrap " dont wrap lines
set tabstop=4 " a tab is four spaces
set backspace=indent,eol,start
" allow backspacing over everything in insert mode
set autoindent " always set autoindenting on
set copyindent " copy the previous indentation on autoindenting
set number " always show line numbers
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
cd ~/.nvim/bundle/YouCompleteMe
./install.sh --clang-completer