fix: autoformat
This commit is contained in:
parent
18d01548e9
commit
7c95e0827e
@ -3,7 +3,7 @@ local cmd = vim.cmd;
|
||||
cmd [[
|
||||
augroup auto_format
|
||||
au!
|
||||
au BufWritePre * silent! FormatSync<CR>
|
||||
au BufWritePre * FormatSync
|
||||
augroup END
|
||||
|
||||
augroup highlight_yank
|
||||
|
Loading…
Reference in New Issue
Block a user