Commented autocmd was using a removed function

This commit is contained in:
flyingscorpio@clevo 2022-07-31 23:58:44 +02:00
parent 6f8b714e1c
commit 4241528d6d

View file

@ -201,8 +201,6 @@ augroup configgroup
autocmd VimEnter * highlight clear SignColumn
" Run StripWhitespace function on write
"autocmd BufWritePre * :StripWhitespace
" Run Flake8 on write in python files
autocmd BufWritePost *.py call flake8#Flake8()
" Open pdf after entering .ly file for side-by-side