Fork me on GitHub
#vim
<
2022-12-23
>
Carl06:12:49

Has anyone here successfully set up function signature help in Neovim using nvim-cmp? I am trying to use this plugin https://github.com/hrsh7th/cmp-nvim-lsp-signature-help which works with C# and JS for me, but not Clojure. This seems to be an issue for many languages as seen here: https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/issues/9. :lua vim.lsp.buf.signature_help() causes the signature help window to appear so I have made a keybinding for it, but I am not sure how I can make it appear automatically while typing. Happy to hear workarounds or other plugin suggestions!

1