-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add clojure pack #247
Comments
mehalter
pushed a commit
that referenced
this issue
Jun 1, 2023
feat: clojure language pack Add a clojure pack to the Astrocommunity - Treesitter parser: clojure - LSP: clojure_lsp - Plugins: "Olical/conjure" and "gpanders/nvim-parinfer" - Add autocmd to disable lsp diagnostics in Conjure log - Add autocmd to configure comments to Clojure style guide Conjure defines key mappings relative to the `<localleader>` by default. Define localleader in `options.lua` using `g = {maplocalleader = ","}` An autocmd is used to set ;; as the line comment character, to follow the Clojure style guide. [Resolve: #247]
Uzaaft
pushed a commit
that referenced
this issue
Jun 11, 2023
feat: clojure language pack Add a clojure pack to the Astrocommunity - Treesitter parser: clojure - LSP: clojure_lsp - Plugins: "Olical/conjure" and "gpanders/nvim-parinfer" - Add autocmd to disable lsp diagnostics in Conjure log - Add autocmd to configure comments to Clojure style guide Conjure defines key mappings relative to the `<localleader>` by default. Define localleader in `options.lua` using `g = {maplocalleader = ","}` An autocmd is used to set ;; as the line comment character, to follow the Clojure style guide. [Resolve: #247]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a clojure pack to the Astrocommunity
Additional config
Conjure defined keybingings relative to the localleader to be mapped, usually the
,
keyAn autocmd is used to set
;;
as the line comment character, to follow the Clojure style guide.Draft clojure pack
A draft of what I think a Clojure pack would look like. I am new to lua and astronvim, so code enhancements are most welcome.
References
The text was updated successfully, but these errors were encountered: