This commit is contained in:
Bartek Stalewski 2019-01-11 14:08:36 +01:00
parent 21a13656f7
commit 7fe646fed6

View File

@ -60,6 +60,12 @@ syntax on
colorscheme smyck
set background=dark
hi BadWhitespace ctermbg=lightblue guibg=lightblue
if has("gui_macvim")
set guioptions-=e
set guioptions-=r
set guioptions-=L
set guifont=Hack:h13
endif
let g:syntastic_auto_jump = 1
let g:syntastic_enable_signs = 1