fix: autoformat
This commit is contained in:
parent
18d01548e9
commit
7c95e0827e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user