summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configs/rcs/vimrc3
1 files changed, 1 insertions, 2 deletions
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)