diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim index 8559da5..6214f3f 100644 --- a/vim/ftplugin/tex.vim +++ b/vim/ftplugin/tex.vim @@ -26,3 +26,10 @@ set spell spelllang=de " Mappings nmap d :VimtexDocPackage " Open Package Doc + +" Abbreviations {{{ +iab DEU Deutschland +iab thg Treibhausgas +iab emis Emission +iab ewende Energiewende +"}}}