From: martin f. krafft Date: Tue, 8 Apr 2025 09:54:26 +0000 (+0200) Subject: enable matchit X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2111f57ad96adfcb96cb106b9d53f10a96dc074c enable matchit --- diff --git a/.vimrc b/.vimrc index f609ba45..1dfe87dc 100644 --- a/.vimrc +++ b/.vimrc @@ -1451,6 +1451,7 @@ filetype plugin indent on syntax on packadd! editorconfig +packadd! matchit " leave the w mark whenever a file is written autocmd BufWrite * normal mw