lazyvim/lua/lazyvim/plugins
Wendel Macedo 26590285ea
feat(clojure): use 'nvim-paredit' instead 'nvim-treesitter-sexp' as clojure S-exp Plugin (#5876)
## Description

On [this bug](https://github.com/LazyVim/LazyVim/issues/5866) I told
about a plugin that was falty on clojure lang extra, with the goal to
have him removed but @mitchelkuijpers suggested a new one that I
implemented on this PR.

[The plugin](https://github.com/julienvincent/nvim-paredit) is 1:1 with
the keymaps of the older one.

## Related Issue(s)

https://github.com/LazyVim/LazyVim/issues/5866

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-09-19 08:38:33 +02:00
..
extras feat(clojure): use 'nvim-paredit' instead 'nvim-treesitter-sexp' as clojure S-exp Plugin (#5876) 2025-09-19 08:38:33 +02:00
lsp feat(core): relax hard requirement for vim.lsp.is_enabled. Show warning instead 2025-09-19 08:11:38 +02:00
coding.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
colorscheme.lua fix(catppuccin): follow renamed integration (#6354) 2025-09-15 11:21:32 +02:00
editor.lua chore(which-key): remove unnecessary icons (#5461) 2025-09-17 10:15:21 +02:00
formatting.lua fix(conform): changes for new conform.nvim config 2024-07-20 17:14:07 +02:00
init.lua feat(core): relax hard requirement for vim.lsp.is_enabled. Show warning instead 2025-09-19 08:11:38 +02:00
linting.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
treesitter.lua feat(options): don't overwrite indentexpr/foldexpr/foldmethod when set by plugins. Fixes #6464 2025-09-18 22:19:03 +02:00
ui.lua docs: improved plugin doc strings (#5657) 2025-09-17 11:17:32 +02:00
util.lua feat(snacks): added profiler keymaps 2024-12-12 13:47:29 +01:00
xtras.lua fix(neo-tree): import neo-tree Extra before edgy Extra (#5763) 2025-09-15 11:27:29 +02:00