kevinhwang91 / nvim-ufo

Not UFO in the sky, but an ultra fold in Neovim.
BSD 3-Clause "New" or "Revised" License
2.26k stars 47 forks source link

UnhandledPromiseRejction error on buffer load #12

Closed ziontee113 closed 2 years ago

ziontee113 commented 2 years ago

Neovim version (nvim -v | head -n1)

0.7

Operating system/version

Arch Linux

How to reproduce the issue

Expected behavior

Actual behavior

Screenshot from 2022-06-19 17-32-59

kevinhwang91 commented 2 years ago

What's client? coc.nvim or nvim lsp? What's server?

ziontee113 commented 2 years ago

I'm using nvim lsp. Sumneko Lua is the server. Sorry for not mentioning that before.

kevinhwang91 commented 2 years ago

Should fix now, update code please.

ziontee113 commented 2 years ago

Thanks, no more of those errors :)