Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Last active September 29, 2017 18:27
Show Gist options
  • Save josemarluedke/735f4142902ec832a90e to your computer and use it in GitHub Desktop.
Save josemarluedke/735f4142902ec832a90e to your computer and use it in GitHub Desktop.
.vimrc.local
set guifont=Menlo:h15
if has("gui_running")
" set transparency=0
end
if exists("g:gui_oni")
set scrolloff=0
" colorscheme base16-tomorrow
end
"colorscheme onedark
" let g:seoul256_background = 236
" colorscheme seoul256
" colorscheme seoul256
" Theme
" set background=dark
" colorscheme OceanicNext
" let g:airline_theme='oceanicnext'
"
set scrolloff=0
au BufRead,BufNewFile ~/Projects/Neighborly/demeter/entrance/*.conf,nginx.conf if &ft == '' | setfiletype nginx | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment