LazyVim
LazyVim copied to clipboard
feat(lang): Add Clojure support as extra configuration
This adds support to Clojure as an extra lang configuration. Closes https://github.com/LazyVim/LazyVim/pull/1484 @folke I read the docs and couldn't find a recommendation on how to suggest features, so I figured opening a PR should be enought. please let me know if I should do anything else.
Works for me
it works for me as well
Thanks for the config. I think it's important to notice that to be able to navigate to a definition on an external dependency, you'll need to re-enable the zipPlugin on lazy.lua which comes disabled by default. Spent a lot of time trying to understand why gd wasn't working on anything outside the project.
Merged, thanks!