Remove line highlighting in terminal mode

This commit is contained in:
Mark Vainomaa 2016-08-28 00:11:19 +03:00
parent 61986c6cee
commit 441a71ebd3
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ Plug 'wavded/vim-stylus', {'for': 'stylus'}
Plug 'zchee/deoplete-jedi'
call plug#end()
" Terminal
autocmd TermOpen * setlocal nocursorline
" Goyo