From 441a71ebd32883944168fa95ca36d70e455fcafa Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sun, 28 Aug 2016 00:11:19 +0300 Subject: [PATCH] Remove line highlighting in terminal mode --- neostrophic.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neostrophic.vim b/neostrophic.vim index 21115e5..79c1fdc 100644 --- a/neostrophic.vim +++ b/neostrophic.vim @@ -225,6 +225,8 @@ Plug 'wavded/vim-stylus', {'for': 'stylus'} Plug 'zchee/deoplete-jedi' call plug#end() +" Terminal +autocmd TermOpen * setlocal nocursorline " Goyo