Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions lua/conform/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ M.setup = function(opts)
end
end,
})
vim.api.nvim_create_autocmd("VimLeavePre", {
desc = "conform.nvim hack to work around Neovim bug",
pattern = "*",
group = aug,
callback = function()
-- HACK: Work around https://github.com/neovim/neovim/issues/21856
-- causing exit code 134 on :wq
vim.cmd.sleep({ args = { "1m" } })
end,
})
end

if opts.format_after_save then
Expand Down
Loading