fix: autoformat

This commit is contained in:
max_richter 2021-11-17 14:09:07 +01:00
parent 18d01548e9
commit 7c95e0827e

View File

@ -3,7 +3,7 @@ local cmd = vim.cmd;
cmd [[ cmd [[
augroup auto_format augroup auto_format
au! au!
au BufWritePre * silent! FormatSync<CR> au BufWritePre * FormatSync
augroup END augroup END
augroup highlight_yank augroup highlight_yank