summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2023-11-01 21:56:03 +0100
committerReiner Herrmann <reiner@reiner-h.de>2023-11-01 21:56:03 +0100
commit70f4158a1daa6055302f33a0221f268cdecb41c6 (patch)
tree803440bf827ebb6f9c7c47d24ceb1251fbd016e8 /vimrc
parent3b12007000e01a5c36f5dafae838a67fb6ef67a0 (diff)
vim: load distributed editorconfig plugin
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8d61fdd..aa896e6 100644
--- a/vimrc
+++ b/vimrc
@@ -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