diff options
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/vimrc b/configs/rcs/vimrc index 76efc1c..92e23b9 100644 --- a/configs/rcs/vimrc +++ b/configs/rcs/vimrc @@ -14,7 +14,7 @@ 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 off +syntax on let &statusline = '[%n] %<%F %m%r%w%y %= (%l,%c) %P of %L' set laststatus=2 " every window gets a statusline, always(=2) |