split vim config

This commit is contained in:
2021-04-25 22:04:51 +02:00
parent e135d0bd55
commit f50bbe77ab
10 changed files with 71 additions and 73 deletions

View File

@@ -27,17 +27,11 @@ set whichwrap+=<,>,[,]
" ASTROID
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/advanced.vim
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/astroid.vim
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/mail.vim
autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/addresses.vim
" Thunderbird
autocmd BufRead /tmp/*.eml :source ~/.vim/advanced.vim
autocmd BufRead /tmp/*.eml :source ~/.vim/mail.vim
" textern (Firefox Addon)
autocmd BufRead /*/textern/textern* :source ~/.vim/advanced.vim
autocmd BufRead /*/textern/textern* :source ~/.vim/mail.vim
autocmd BufRead /*/textern*/*.txt :source ~/.vim/advanced.vim
autocmd BufRead /*/textern*/*.txt :source ~/.vim/mail.vim