This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-15
Channels
- # announcements (2)
- # beginners (13)
- # calva (17)
- # cider (21)
- # clerk (3)
- # clojure (42)
- # clojure-austin (1)
- # clojure-doc (8)
- # clojure-europe (82)
- # datahike (1)
- # deps-new (13)
- # emacs (5)
- # fulcro (3)
- # hyperfiddle (7)
- # missionary (1)
- # off-topic (16)
- # portal (6)
- # releases (1)
- # shadow-cljs (3)
- # tools-build (1)
- # vim (7)
- # xtdb (3)
Anyone using the built-in neovim LSP support and have a config that you can share? Interested in trying it out over coc.nvim...
That’s mine using lazy.nvim: https://github.com/lispyclouds/dotfiles/blob/main/nvim/lua/plugins/lsp.lua Been using the inbuilt lsp since it was made pretty much. Lemme know if I can be of help!
Also https://github.com/lispyclouds/dotfiles/blob/main/nvim/lua/plugins/completion.lua might be of interest too
I don’t auto install the servers, do it manually myself using the os package manager. For auto installs can try https://github.com/williamboman/mason.nvim
And https://github.com/VonHeikemen/lsp-zero.nvim if you don’t want to deal with any of the lower level things like the above
Here is a good config-example with lazy and fennel https://github.com/rafaeldelboni/cajus-nfnl/tree/main