Munif Tanjim
Munif Tanjim
> When I'm using o there is chance to trigger https://github.com/MunifTanjim/nui.nvim/issues/357 Can you give me an example where this could happen? 🤔 There is a `WinClosed` callback where `self.winid` is...
> found something in neovim repo, not sure related or not. https://github.com/neovim/neovim/pull/28922/ I don't think that's related to `nui.nvim` at all. > the only debug info is invalid window error...
First step of solving it would be to find out how to reproduce it consistently.
> What do you use this event? https://github.com/zbirenbaum/copilot.lua/blob/2202f7abe238e9e4e28fb91a885fc1e8a2fd2ab5/README.md?plain=1#L106-L118 > and the actual problem is? Since I'm using it only to set a variable, I guess it doesn't matter much for...
Can you share a minimal reproducible example?
`jose-elias-alvarez/null-ls.nvim` is a dependency for this plugin. Even if you're not using LSP stuffs, you need to have `jose-elias-alvarez/null-ls.nvim` installed. Because `prettier.nvim` uses some functions from `jose-elias-alvarez/null-ls.nvim` when you run...
We would eventually move away from `null-ls`. But I haven't got the time to do that yet.
Your screenshot says the error message is coming from `noice.nvim`? I'm not sure if `noice.nvim` integrates with `nvim-cmp` in some ways. Or if it's caused by some other plugins. The...
> you only want to use the new one -> replace the old lua parser lua Yes, I only want to use the new one. But only replacing the `lua`...
Thanks! I went with this one: > maybe the one could just load the base queries from the directory on which the parser is installed. Philosophy: you bring the parser,...