This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-23
Channels
- # adventofcode (13)
- # announcements (7)
- # atom-editor (2)
- # babashka (6)
- # beginners (77)
- # biff (2)
- # calva (14)
- # cider (25)
- # circleci (2)
- # clj-on-windows (39)
- # clojars (1)
- # clojure (36)
- # clojure-belgium (4)
- # clojure-europe (78)
- # clojure-norway (25)
- # clojure-spec (1)
- # clojurescript (11)
- # clr (1)
- # cursive (1)
- # datahike (43)
- # datomic (6)
- # dev-tooling (3)
- # emacs (5)
- # exercism (1)
- # jobs (1)
- # jobs-discuss (3)
- # kaocha (2)
- # lsp (32)
- # malli (4)
- # music (1)
- # off-topic (14)
- # pathom (4)
- # reitit (14)
- # shadow-cljs (5)
- # tools-deps (3)
- # vim (1)
- # xtdb (5)
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