Skip to content

Instantly share code, notes, and snippets.

View tomtomecek's full-sized avatar
😎

Tomas Tomecek tomtomecek

😎
  • Bratislava, Slovakia
View GitHub Profile
@tomtomecek
tomtomecek / .vimrc
Last active August 29, 2015 14:14 — forked from falonofthetower/.vimrc
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#rc()
Plugin 'gmarik/Vundle.vim'
Plugin 'tpope/vim-unimpaired'
Plugin 'tpope/vim-repeat'
Plugin 'flazz/vim-colorschemes'