Jonas Strittmatter
Jonas Strittmatter
I can't reproduce the crash with `noice` (NVIM v0.9.0-dev-98-g1c478391c). Can you create an issue on the noice repo with the exact error message?
> Really cool plugin! Thanks
This looks like an upstream issue. I have reported it here: https://github.com/neovim/neovim/issues/19807
I had this issue as well today after updating. I fixed it by running `:COQdeps`, then restarting coq (`:COQnow`) and I think I also restarted Neovim afterwards. Maybe this will...
Hey, no you're not doing anything wrong :) I think this has been a limitation of this plugin from the start. The reason why the highlighting only starts on the...
The problem is that I can't do the highlighting outside of the preview callback. When the LSP server responds with the results, we have already returned from the preview callback....
Got the same error in a html file. Here is the full stacktrace: ``` Error executing vim.schedule lua callback: ...ite/pack/packer/start/nvim-navic/lua/nvim-navic/init.lua:77: invalid order function for sorting stack traceback: [C]: in function...
> Hmm.. Seems that sorting function can be improved.. @smjonas Can you share the html code that triggers this issue? I cannot, unfortunately (I was not able to reduce the...
I use the following custom surround: ```lua require("nvim-surround").setup { surrounds = { ["*"] = { add = { "**", "**" }, find = "%*%*.-%*%*", delete = "^(%*%*?)().-(%*%*?)()$", change = {...
I've had the same feature request here: https://github.com/kylechui/nvim-surround/issues/86 There might be some relevant info there :) Btw, I still think this feature is useful (and there's no workaround for your...