Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-20 | 2.0 kB | |
v15.2.0 source code.tar.gz | 2025-09-20 | 238.7 kB | |
v15.2.0 source code.zip | 2025-09-20 | 320.6 kB | |
Totals: 3 Items | 561.4 kB | 2 |
15.2.0 (2025-09-20)
Features
- clojure: use 'nvim-paredit' instead 'nvim-treesitter-sexp' as clojure S-exp Plugin (#5876) (2659028)
- core: relax hard requirement for
vim.lsp.is_enabled
. Show warning instead (3ca7b47) - options: don't overwrite indentexpr/foldexpr/foldmethod when set by plugins. Fixes #6464 (ccbaf55)
- yanky: use snacks picker for improved yank history navigation (#5802) (55e762a)
Bug Fixes
- editor: calculate the height passed to the prompt of fzf-lua properly (#6481) (65e38d3)
- lang.clojure: correct cmp-conjure source name (#6208) (55b5c1f)
- options: set_default option (2401d5f)
- options: track some initial options right after loading
options.lua
. See #6463 (9c611b0) - treesitter: check if queries for indent/fold exists before enabling it. Fixes #6474 (5ce7cd6)