Merge branch 'main' into avante

This commit is contained in:
Ching Pei Yang 2025-06-03 16:15:03 +02:00 committed by GitHub
commit 7550be9b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 331 additions and 211 deletions

View file

@ -410,3 +410,11 @@
- Add [img-clip.nvim] plugin in `vim.utility.images.img-clip` with `enable` and
`setupOpts`
- Add `vim.utility.images.img-clip.enable = isMaximal` in configuration.nix
[anil9](https://github.com/anil9):
[clojure-lsp]: https://github.com/clojure-lsp/clojure-lsp
[conjure]: https://github.com/Olical/conjure
- Add Clojure support under `vim.languages.clojure` using [clojure-lsp]
- Add code evaluation environment [conjure] under `vim.repl.conjure`