Commit graph

6 commits

Author SHA1 Message Date
kevinhwang91
203c9f434f refactor(coc): throw 'UfoFallbackException' if not attached
`b:coc_enabled = 0` will become resaon
2024-09-08 14:16:51 +08:00
kevinhwang91
c01e3d81ef fix(promise): handle rejection elegantly 2022-09-20 12:45:09 +08:00
kevinhwang91
1029fa54fe fix(coc.nvim): drop cancellation
Events fired in coc.nvim is asynchronous may be inconsistent with Neovim.
The cancellation in coc.nvim is few benefits for ufo, should controlled by
ufo instead in coc.nvim.
2022-08-08 14:37:07 +08:00
kevinhwang91
4630e91e19 refactor(lsp): throw UfoFallbackException instead 2022-07-13 19:25:17 +08:00
kevinhwang91
a48cbb65f2 fix(coc.nvim): support cancellation 2022-07-13 18:49:33 +08:00
kevinhwang91
af51cbf704 first commit 2022-06-16 00:33:12 +08:00