-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing when trying to view an error #17
Comments
I had the same issue (using LazyVim). I just needed to install the -- ./lua/plugins/nui.lua
return {
"MunifTanjim/nui.nvim",
lazy = true,
} I guess having it listed as a dependency wasn't enough? |
Thanks for confirmation! I will take a look if I can pinpoint why and if it's the plugin who is doing something wrong or a package manager |
Okay, so that didn't actually solve the problem completely, it's just intermittent now.
There seems to be similar issues reported:
Looks like Telescope was causing this issue for a bit, but it's been patched it seems: It may be worthwhile to check and see that what caused their problem is not also causing the issue here. If it's not an issue w/ this plugin, I'm wondering if @liamwh and I have a similar plugin that's surfacing this issue - one that you don't have? This is my
|
That worked for me. thanks! |
Description
Steps to reproduce
<leader>dd
on an error in a svelte fileExpected behaviour
The UI to show the formatted error
Environment
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189
The text was updated successfully, but these errors were encountered: