Skip to content

Instantly share code, notes, and snippets.

View smart-alek's full-sized avatar

Alek Sharma smart-alek

View GitHub Profile
@smart-alek
smart-alek / .vimrc
Last active October 27, 2015 23:09
Vim Configuration
" FEATURES
" wards off unexpected things and sanely reset options while re-sourcing
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
@smart-alek
smart-alek / sublime-user-settings.json
Last active August 29, 2015 14:03
Sublime Settings
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"create_window_at_startup": false,
"detect_indentation": true,