summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:42:50 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:42:50 -0700
commitf5018abe1d3a3b85ea4f8406d6234367a77c39e8 (patch)
tree0b16be2a668308786af5131c7d34dfd4daa922a6 /configs
parent[vim] add more syntax / ftplugin stuff (diff)
downloademacs.d-f5018abe1d3a3b85ea4f8406d6234367a77c39e8.tar.gz
[vim] disable syntax
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)