summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-29 11:35:00 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-29 11:37:04 -0700
commit388d6e2440bccded26d5e67ce6a7039c1953ae70 (patch)
tree943e96e22065ec32db06b57024c58fb2f6ba6543 /lua/conform/formatters
parent45edf9462d06db0809d4a4a7afc6b7896b63fa35 (diff)
fix: format_after_save autocmd blocks nvim exit until complete
This fixes one the main issue with a BufWritePost format autocmd: that if the user does `:wq` vim will exit before the formatting changes are applied. Now we will block in VimLeavePre until the formatter completes (or a timeout is reached).
Diffstat (limited to 'lua/conform/formatters')
0 files changed, 0 insertions, 0 deletions