.
This commit is contained in:
parent
21a13656f7
commit
7fe646fed6
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ syntax on
|
||||||
colorscheme smyck
|
colorscheme smyck
|
||||||
set background=dark
|
set background=dark
|
||||||
hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
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_auto_jump = 1
|
||||||
let g:syntastic_enable_signs = 1
|
let g:syntastic_enable_signs = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue