bugfix: removed comment in autoformat

This commit is contained in:
Baipyrus 2024-01-10 15:04:04 +01:00
parent 4c01ef51f0
commit fe50ab59bc

View File

@ -37,7 +37,6 @@ return {
end
-- Create an autocmd that will run *before* we save the buffer.
-- Runhe formatting command for the LSP that has just attached.
vim.api.nvim_create_autocmd('BufWritePre', {
group = get_augroup(client),
buffer = bufnr,