From f5018abe1d3a3b85ea4f8406d6234367a77c39e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Sep 2018 08:42:50 -0700 Subject: [vim] disable syntax --- configs/rcs/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/rcs/vimrc') diff --git a/configs/rcs/vimrc b/configs/rcs/vimrc index 92e23b9..e7cc574 100644 --- a/configs/rcs/vimrc +++ b/configs/rcs/vimrc @@ -10,11 +10,10 @@ Plug 'plasticboy/vim-markdown' call plug#end() - set ttyfast " assume fast terminal and send more chars for smooth redraw set lazyredraw " don't redraw while executing macros, register and cmds -syntax on +syntax off let &statusline = '[%n] %<%F %m%r%w%y %= (%l,%c) %P of %L' set laststatus=2 " every window gets a statusline, always(=2) -- cgit 1.4.1