Skip to content

Instantly share code, notes, and snippets.

@stojanovic
Created March 24, 2016 10:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stojanovic/2dcf75d357898179942d to your computer and use it in GitHub Desktop.
Save stojanovic/2dcf75d357898179942d to your computer and use it in GitHub Desktop.
Editor preferences
syntax enable
if has('gui_running')
set background=dark
colorscheme solarized
endif
set number
execute pathogen#infect()
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_javascript_checkers = ['eslint']
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
set noswapfile
{
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_options": ["gray_antialias"],
"font_size": 10,
"ignored_packages": ["Vintage"],
"margin": 0,
"rulers": [80],
"show_encoding": true,
"show_panel_on_build": false,
"tab_size": 2,
"tabs_medium": true,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment