Vincent Labelle
Vincent Labelle
I've discovered that setting `fallbackOnBufferDelete` to `false` solves the issue. Here's my updated configuration: ```lua return { "shortcuts/no-neck-pain.nvim", version = "*", opts = { fallbackOnBufferDelete = false, buffers = {...
Hey, no worries! Thanks a lot for the plugin. Unfortunately, on my side I'm still experiencing the same issue with the latest from main. I've collected logs (when executing the...
I started having the same issue once I transitioned from `nvim-lspconfig` to `vim.lsp.config`. I get the error everytime either exactly when I open a diff on a markdown file, or...
Thanks again for writing the books!