This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/init/autogroups.vim

6 lines
131 B
VimL
Raw Normal View History

2020-08-09 07:49:51 +02:00
augroup langs
autocmd!
" Remove trailing whitespace
2020-08-17 09:55:58 +02:00
" autocmd BufWritePre *.py,*.java :silent! %s/\s\+$//g
2020-08-09 07:49:51 +02:00
augroup END