mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Disable format on save
This commit is contained in:
parent
577223ef3a
commit
55a4253944
@ -35,8 +35,8 @@ return {
|
||||
})
|
||||
|
||||
-- Format on save
|
||||
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
command = "lua vim.lsp.buf.format()",
|
||||
})
|
||||
-- vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
-- command = "lua vim.lsp.buf.format()",
|
||||
-- })
|
||||
end,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user