Last active
September 29, 2017 18:27
-
-
Save josemarluedke/735f4142902ec832a90e to your computer and use it in GitHub Desktop.
.vimrc.local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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