diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:42:50 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:42:50 -0700 |
commit | f5018abe1d3a3b85ea4f8406d6234367a77c39e8 (patch) | |
tree | 0b16be2a668308786af5131c7d34dfd4daa922a6 /configs/rcs | |
parent | [vim] add more syntax / ftplugin stuff (diff) | |
download | emacs.d-f5018abe1d3a3b85ea4f8406d6234367a77c39e8.tar.gz |
[vim] disable syntax
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/vimrc | 3 |
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) |