diff options
| -rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ runtime ftplugin/man.vim +if has("patch-9.0.1799") + packadd! editorconfig +endif + set nocompatible " don't be compatible to vi set showcmd " show entered commands in status line set showmatch " show matching brackets |
