Skip to content

Commit d38fefc

Browse files
github-actions[bot]NanoBoom
authored andcommitted
chore(main): release 15.10.0 (#6647)
🤖 I have created a release *beep* *boop* --- ## [15.10.0](LazyVim/LazyVim@v15.9.0...v15.10.0) (2025-10-20) ### Features * **ai:** add avante.nvim for a better AI experience ([#4440](LazyVim/LazyVim#4440)) ([2682ce0](LazyVim/LazyVim@2682ce0)) * **extra:** allow users to add custom bundles through opts.init_options.bundles to jdtls ([#6265](LazyVim/LazyVim#6265)) ([faeb24b](LazyVim/LazyVim@faeb24b)) * **extras:** add Dart language ([#4749](LazyVim/LazyVim#4749)) ([90f84e7](LazyVim/LazyVim@90f84e7)) * **extras:** added ember lang support ([#6203](LazyVim/LazyVim#6203)) ([ac4cce0](LazyVim/LazyVim@ac4cce0)) * **extras:** added twig language ([#5464](LazyVim/LazyVim#5464)) ([a6eb51e](LazyVim/LazyVim@a6eb51e)) * **extras:** ai: add `claudecode.nvim` ([#6229](LazyVim/LazyVim#6229)) ([e7a3e80](LazyVim/LazyVim@e7a3e80)) * **extras:** automatically update lazyvim.json for renamed or deprecated extras ([37ecd06](LazyVim/LazyVim@37ecd06)) * **extras:** renamed extra omnisharp -&gt; dotnet + added fautocomplete to lspconfig ([1b2e6e8](LazyVim/LazyVim@1b2e6e8)) * **extras:** utils: add `gh.nvim` ([#6250](LazyVim/LazyVim#6250)) ([8db9c75](LazyVim/LazyVim@8db9c75)) * **go:** add linting with golangci-lint ([#6311](LazyVim/LazyVim#6311)) ([248876a](LazyVim/LazyVim@248876a)) * **haskell:** update `haskell-tools` version and add formatters + linters ([#6230](LazyVim/LazyVim#6230)) ([82382f4](LazyVim/LazyVim@82382f4)) * **lang/fsharp:** add F# support to omnisharp extra ([#6538](LazyVim/LazyVim#6538)) ([80a980a](LazyVim/LazyVim@80a980a)) * **lang:** add neotest config for PHP tests ([#5958](LazyVim/LazyVim#5958)) ([9b077c7](LazyVim/LazyVim@9b077c7)) * **lang:** add solidity language support ([#4742](LazyVim/LazyVim#4742)) ([2cd46d4](LazyVim/LazyVim@2cd46d4)) * **lang:** add Typst language support ([#4042](LazyVim/LazyVim#4042)) ([645846b](LazyVim/LazyVim@645846b)) * **lang:** julia support ([#6231](LazyVim/LazyVim#6231)) ([5d186c0](LazyVim/LazyVim@5d186c0)) * **lang:** nix add `statix` linter ([#6244](LazyVim/LazyVim#6244)) ([2a866f6](LazyVim/LazyVim@2a866f6)) * **sidekick:** added sidekick cli status to lualine ([16917db](LazyVim/LazyVim@16917db)) ### Bug Fixes * **extras.lang:** fix Scala extra by using nvimMetals only ([#5726](LazyVim/LazyVim#5726)) ([f118dca](LazyVim/LazyVim@f118dca)) * **fzf-lua:** added some missing keymaps similar to snacks picker. Closes [#6036](LazyVim/LazyVim#6036). Closes [#5830](LazyVim/LazyVim#5830) ([69a5744](LazyVim/LazyVim@69a5744)) * **helm:** broken helm highlighting ([#5335](LazyVim/LazyVim#5335)) ([4d0d87f](LazyVim/LazyVim@4d0d87f)) * **keymap:** remove select mode remaps of printable characters ([#6296](LazyVim/LazyVim#6296)) ([83468be](LazyVim/LazyVim@83468be)) * **tailwind:** additional settings ([#5266](LazyVim/LazyVim#5266)) ([d2f9885](LazyVim/LazyVim@d2f9885)) * **telescope:** sync keymaps with snacks picker + added some that were missing ([1a08e9f](LazyVim/LazyVim@1a08e9f)) * **twig:** correct mason url ([9d345de](LazyVim/LazyVim@9d345de)) * **typescript:** better default pwa-node DAP config. Closes [#6386](LazyVim/LazyVim#6386) ([e4d3432](LazyVim/LazyVim@e4d3432)) * **typescript:** support chrome, node and msedge dap adapters ([#6649](LazyVim/LazyVim#6649)) ([0b65d33](LazyVim/LazyVim@0b65d33)) * **util.project:** different mapping on dashboard than `snacks.projects` ([#5737](LazyVim/LazyVim#5737)) ([e389447](LazyVim/LazyVim@e389447)) ### Reverts * "feat(extra): allow users to add custom bundles through opts.init_options.bundles to jdtls ([#6265](LazyVim/LazyVim#6265))" ([#6650](LazyVim/LazyVim#6650)) ([a582f00](LazyVim/LazyVim@a582f00)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1694f0a commit d38fefc

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "15.9.0"
2+
".": "15.10.0"
33
}

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## [15.10.0](https://github.com/LazyVim/LazyVim/compare/v15.9.0...v15.10.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **ai:** add avante.nvim for a better AI experience ([#4440](https://github.com/LazyVim/LazyVim/issues/4440)) ([2682ce0](https://github.com/LazyVim/LazyVim/commit/2682ce0ab95c0a88867855ada41948107db8232e))
9+
* **extra:** allow users to add custom bundles through opts.init_options.bundles to jdtls ([#6265](https://github.com/LazyVim/LazyVim/issues/6265)) ([faeb24b](https://github.com/LazyVim/LazyVim/commit/faeb24ba956f103c5551bde11506991d8b594bc5))
10+
* **extras:** add Dart language ([#4749](https://github.com/LazyVim/LazyVim/issues/4749)) ([90f84e7](https://github.com/LazyVim/LazyVim/commit/90f84e7e755f72bb99dc8a9dedbfef05e58eb09d))
11+
* **extras:** added ember lang support ([#6203](https://github.com/LazyVim/LazyVim/issues/6203)) ([ac4cce0](https://github.com/LazyVim/LazyVim/commit/ac4cce0f2f436b3e2dd93ad9179178436ab8c600))
12+
* **extras:** added twig language ([#5464](https://github.com/LazyVim/LazyVim/issues/5464)) ([a6eb51e](https://github.com/LazyVim/LazyVim/commit/a6eb51e5b5897749bed8721ce98cd2491b2ea8e2))
13+
* **extras:** ai: add `claudecode.nvim` ([#6229](https://github.com/LazyVim/LazyVim/issues/6229)) ([e7a3e80](https://github.com/LazyVim/LazyVim/commit/e7a3e80ee1327ac012c7bb7257bb2d49f9f2fd89))
14+
* **extras:** automatically update lazyvim.json for renamed or deprecated extras ([37ecd06](https://github.com/LazyVim/LazyVim/commit/37ecd06fad65d5c188ad2d2e55d47a8fd1594d16))
15+
* **extras:** renamed extra omnisharp -&gt; dotnet + added fautocomplete to lspconfig ([1b2e6e8](https://github.com/LazyVim/LazyVim/commit/1b2e6e8986b3cfee19635920129fc08df4f32b38))
16+
* **extras:** utils: add `gh.nvim` ([#6250](https://github.com/LazyVim/LazyVim/issues/6250)) ([8db9c75](https://github.com/LazyVim/LazyVim/commit/8db9c75e8d3a8609926dcb868d2e462e0f0b1d3d))
17+
* **go:** add linting with golangci-lint ([#6311](https://github.com/LazyVim/LazyVim/issues/6311)) ([248876a](https://github.com/LazyVim/LazyVim/commit/248876adb6b1f54031be350e45bbf0c7835d486f))
18+
* **haskell:** update `haskell-tools` version and add formatters + linters ([#6230](https://github.com/LazyVim/LazyVim/issues/6230)) ([82382f4](https://github.com/LazyVim/LazyVim/commit/82382f455ad37bc4fa928fe4a6fb9379a924fa3a))
19+
* **lang/fsharp:** add F# support to omnisharp extra ([#6538](https://github.com/LazyVim/LazyVim/issues/6538)) ([80a980a](https://github.com/LazyVim/LazyVim/commit/80a980ab00a871777c37ec3f0db9c394509b2465))
20+
* **lang:** add neotest config for PHP tests ([#5958](https://github.com/LazyVim/LazyVim/issues/5958)) ([9b077c7](https://github.com/LazyVim/LazyVim/commit/9b077c7a8ec96050f3a3b73219c8b904d3d83ab0))
21+
* **lang:** add solidity language support ([#4742](https://github.com/LazyVim/LazyVim/issues/4742)) ([2cd46d4](https://github.com/LazyVim/LazyVim/commit/2cd46d42ba357a42b11c5e4f5e16641bde0516d6))
22+
* **lang:** add Typst language support ([#4042](https://github.com/LazyVim/LazyVim/issues/4042)) ([645846b](https://github.com/LazyVim/LazyVim/commit/645846be5c7d798c7e87e61d00e8cae4fd3741c7))
23+
* **lang:** julia support ([#6231](https://github.com/LazyVim/LazyVim/issues/6231)) ([5d186c0](https://github.com/LazyVim/LazyVim/commit/5d186c009a85efbdad2b92115d4268c7c4a7aa18))
24+
* **lang:** nix add `statix` linter ([#6244](https://github.com/LazyVim/LazyVim/issues/6244)) ([2a866f6](https://github.com/LazyVim/LazyVim/commit/2a866f6c8c974c88cb9c723560cbec4308d304a2))
25+
* **sidekick:** added sidekick cli status to lualine ([16917db](https://github.com/LazyVim/LazyVim/commit/16917db94a056fe01b3bac604bc89da4077bd9cd))
26+
27+
28+
### Bug Fixes
29+
30+
* **extras.lang:** fix Scala extra by using nvimMetals only ([#5726](https://github.com/LazyVim/LazyVim/issues/5726)) ([f118dca](https://github.com/LazyVim/LazyVim/commit/f118dca334d40cf8e78e0f0d5aa3108b972e8d84))
31+
* **fzf-lua:** added some missing keymaps similar to snacks picker. Closes [#6036](https://github.com/LazyVim/LazyVim/issues/6036). Closes [#5830](https://github.com/LazyVim/LazyVim/issues/5830) ([69a5744](https://github.com/LazyVim/LazyVim/commit/69a57448032253ca086d999c0d53d6e33ad4e505))
32+
* **helm:** broken helm highlighting ([#5335](https://github.com/LazyVim/LazyVim/issues/5335)) ([4d0d87f](https://github.com/LazyVim/LazyVim/commit/4d0d87f6268969987e5c58f59e086c886e77e1ae))
33+
* **keymap:** remove select mode remaps of printable characters ([#6296](https://github.com/LazyVim/LazyVim/issues/6296)) ([83468be](https://github.com/LazyVim/LazyVim/commit/83468be35062d06896c233d90d2f1c1cd24d84f3))
34+
* **tailwind:** additional settings ([#5266](https://github.com/LazyVim/LazyVim/issues/5266)) ([d2f9885](https://github.com/LazyVim/LazyVim/commit/d2f9885d6b8244818066cc16a5c72cb656748f6c))
35+
* **telescope:** sync keymaps with snacks picker + added some that were missing ([1a08e9f](https://github.com/LazyVim/LazyVim/commit/1a08e9f50f8c11a329c3017c4bfdd4b96b7ec541))
36+
* **twig:** correct mason url ([9d345de](https://github.com/LazyVim/LazyVim/commit/9d345dec446f577f75d36a147164ae258ffc2d8c))
37+
* **typescript:** better default pwa-node DAP config. Closes [#6386](https://github.com/LazyVim/LazyVim/issues/6386) ([e4d3432](https://github.com/LazyVim/LazyVim/commit/e4d34328f244fc0c7f91587258e767bfb55d0648))
38+
* **typescript:** support chrome, node and msedge dap adapters ([#6649](https://github.com/LazyVim/LazyVim/issues/6649)) ([0b65d33](https://github.com/LazyVim/LazyVim/commit/0b65d33d8545d179207c8827025f40764de61d06))
39+
* **util.project:** different mapping on dashboard than `snacks.projects` ([#5737](https://github.com/LazyVim/LazyVim/issues/5737)) ([e389447](https://github.com/LazyVim/LazyVim/commit/e38944799e7fc45baea0483f5c955472f3ffde27))
40+
41+
42+
### Reverts
43+
44+
* "feat(extra): allow users to add custom bundles through opts.init_options.bundles to jdtls ([#6265](https://github.com/LazyVim/LazyVim/issues/6265))" ([#6650](https://github.com/LazyVim/LazyVim/issues/6650)) ([a582f00](https://github.com/LazyVim/LazyVim/commit/a582f004473a3bade99c19c62fea649fb0b1c20f))
45+
346
## [15.9.0](https://github.com/LazyVim/LazyVim/compare/v15.8.1...v15.9.0) (2025-10-19)
447

548

lua/lazyvim/config/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
33
---@class LazyVimConfig: LazyVimOptions
44
local M = {}
55

6-
M.version = "15.9.0" -- x-release-please-version
6+
M.version = "15.10.0" -- x-release-please-version
77
LazyVim.config = M
88

99
---@class LazyVimOptions

0 commit comments

Comments
 (0)