Maria José Solano

Results 171 comments of Maria José Solano

Closing as this can now be achieved with https://github.com/neovim/neovim/pull/33850. See https://github.com/neovim/neovim/pull/33933 for an example.

> BTW: this PR doesn't set up any default keymaps because not a lot of LSP servers implement `textEdits` in the inlay hint responses. Defining a default keymap for this...

@Davidyz sorry to do this. I really appreciate the thought and effort put into this PR and I hope you'll stick with us in coming up with a great implementation...

Dot-repeat would also be amazing! Not sure if this is already scheduled as part of v1 though (I see that there are a couple of open PRs for it).

> Inline completions seem like a good candidate [#1212](https://github.com/Saghen/blink.cmp/issues/1212) Note that this might end up being supported upstream ;) https://github.com/neovim/neovim/issues/32421

@L3MON4D3 I'm curious but is https://github.com/L3MON4D3/LuaSnip/pull/941 also fixing this?

@L3MON4D3 so would you suggest using `ls.activate_node` instead of an [autocommand like this](https://github.com/L3MON4D3/LuaSnip/issues/258#issuecomment-1011938524)? Sorry for the silly questions, I'm going over the "Snippet Insertion" docs and I'm just trying to...

@L3MON4D3 that does help! My snippets aren't very complex, so I'm not looking for powerful snippet navigation. What I've just been struggling with is unlinking the snippet once my cursor...

@ribru17 remember to update the client's capabilities: https://github.com/neovim/neovim/blob/ed8f81283e92da0c53ad09068a6de2e0ce1e0ce3/runtime/lua/vim/lsp/protocol.lua#L340

> Sure. I don't see how much more atomic this PR can be, personally (not sure if you are arguing that it can). Agreed. I think that this is quite...