We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086a40d commit dca1a19Copy full SHA for dca1a19
1 file changed
lua/conform/init.lua
@@ -119,16 +119,6 @@ M.setup = function(opts)
119
end
120
end,
121
})
122
- vim.api.nvim_create_autocmd("VimLeavePre", {
123
- desc = "conform.nvim hack to work around Neovim bug",
124
- pattern = "*",
125
- group = aug,
126
- callback = function()
127
- -- HACK: Work around https://github.com/neovim/neovim/issues/21856
128
- -- causing exit code 134 on :wq
129
- vim.cmd.sleep({ args = { "1m" } })
130
- end,
131
- })
132
133
134
if opts.format_after_save then
0 commit comments