X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3b7197faadda929dee36fd9799d3a0f2217d5935..6e3f43ece0fd8128c5d317a233b3515cf6a98ef0:/.vimrc diff --git a/.vimrc b/.vimrc index 92f925f9..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 @@ -1521,6 +1523,8 @@ iab muc6 80638 München iab → ➬ +iab :thumbsup: 👍️ + try execute pathogen#infect() catch