From: martin f. krafft Date: Tue, 8 Apr 2025 09:54:21 +0000 (+0200) Subject: enable editorconfig X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6e3f43ece0fd8128c5d317a233b3515cf6a98ef0?ds=sidebyside enable editorconfig --- diff --git a/.vimrc b/.vimrc index 824e54a1..f609ba45 100644 --- a/.vimrc +++ b/.vimrc @@ -1450,6 +1450,8 @@ let g:netrw_home="$VARDIR/vim" filetype plugin indent on syntax on +packadd! editorconfig + " leave the w mark whenever a file is written autocmd BufWrite * normal mw