Linux adaptions

This commit is contained in:
David Holland 2019-03-31 14:47:04 +02:00
parent 1cfdefecfd
commit ae299820bb
2 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,11 @@ runtime platform.vim
if g:platform ==? "linux"
set notermguicolors
autocmd VimLeave * set guicursor=a:ver35-blinkon0
set guicursor=
"autocmd VimLeave * set guicursor=a:ver35-blinkon0
"set guicursor=
let &t_SI = "\<esc>[5 q" " blinking I-beam in insert mode
let &t_SR = "\<esc>[3 q" " blinking underline in replace mode
let &t_EI = "\<esc>[ q" " default cursor (usually blinking block) otherwise
else
set termguicolors
endif

BIN
spell/de.utf-8.spl Normal file

Binary file not shown.