Skip to content

Instantly share code, notes, and snippets.

@steff-mueller
Last active December 20, 2015 07:49
Show Gist options
  • Save steff-mueller/6096497 to your computer and use it in GitHub Desktop.
Save steff-mueller/6096497 to your computer and use it in GitHub Desktop.
My current .vimrc
set shell=/bin/bash
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
Bundle 'joonty/vdebug'
Bundle 'kien/ctrlp.vim'
filetype plugin indent on " required!
syntax on
if has('gui_running')
set background=dark
colorscheme solarized
endif
let g:ycm_autoclose_preview_window_after_completion=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment