Jonas Strittmatter
Jonas Strittmatter
Well, I am not sure why this didn't occur to me earlier... Thanks, this solves my problem! Note to self, it's set here: https://github.com/neovim/neovim/blob/f254fc67a5c04c6454425df2f2434b52a1f9e949/src/nvim/ex_getln.c#L2453
This occurs for me with (an older) Neovim nightly `NVIM v0.7.0-dev+1032-g01e58fb14` making the plugin unusable, so does this mean that the minimum required Neovim version has changed? The readme still...
Just noticed I get an error now when I run `css` / `dss` on a line: ``` E5108: Error executing lua ...k/packer/start/nvim-surround/lua/nvim-surround/utils.lua:100: start is higher than end stack traceback: [C]:...
When I open the link on mobile I am simply redirected to the website (probably this is not implemented in the app yet). Filling it out there works just fine...
Btw, I don't think this feature will be out of beta anytime soon :D It's been in beta since at least July of last year. Both Vim and Neovim have...
Possibly related: I also had these Neovim crashes lately which I never had before. For me they sometimes happen when resizing the Neovim application window. Since I have not updated...
> I assumed that data is the only place in the completion-item where completion-source specific values can be stored, is that even correct? I think this is not correct, e.g....
That seems like a good idea! To expand on @leiserfg 's suggestion, `${0|a,b,c|} ${1|d,e,f|}` would be corrected to `${2|a,b,c|} ${1|d,e,f|}`, right? Because 2 is the highest available placeholder that is...
We would need to change the keyword pattern for this. As I understood it, this is a Vim regex that the line needs to match in order to trigger completion...
I thought about this a but more and came to the conclusion that the `keyword_pattern` is not the issue. The problem is that `cmp` will not invoke completion when typing...