hrsh7th
hrsh7th
I can't support window. Sorry. Please contribute
Related https://github.com/hrsh7th/nvim-cmp/issues/116
Hi, the `snip-integ` means `vsnip-integ`, right? If so, I will investigate it.
Awesome. It very helpful. I will try it to reproduce.
@CadeMichael Could you provide repro steps? I will try to repro with clangd. Is it correct?
Reproduced. It's weird...
I get the reason. I will create PR.
In my environment, this fix breaks `` mapping. I think the following keys is valid... WDYT? ```lua [''] = { c = function() local cmp = require('cmp') if cmp.visible() then...
Yes. This feature is useful. I'm thinking about the API design...
I thought it would be more versatile to add an `override` option to the source and add the ability to override all source functions. As shown below. ```lua { name...