Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try to workaround terminal freeze issues
There's an open issue where there appears to be race conditions when hitting Ctrl-C during lua deferred functions. Lots of people were hitting this when using treesitter folding in terminals. I was using indent, which may or may not have a similar problem, but either way I'm happy to disable folding in terminal. References: - issue: neovim/neovim#20726 - workaround: neovim/neovim#20726 (comment)
- Loading branch information