mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
bugfix: removed comment in autoformat
This commit is contained in:
parent
4c01ef51f0
commit
fe50ab59bc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user