Skip to content

Commit 8b8ceb6

Browse files
chore(main): release 15.12.0 (#6677)
🤖 I have created a release *beep* *boop* --- ## [15.12.0](v15.11.0...v15.12.0) (2025-10-25) ### Features * **keymaps:** added `<localleader>r` to run the selection/file with lua ([acc3538](acc3538)) * **lsp:** lsp keymaps can now be configured with `lsp-config.opts.servers['*'].keys` like for lsp servers ([cd8c497](cd8c497)) * **lsp:** refactor lsp code to use `Snacks.util.lsp.on` ([3964433](3964433)) * **sidekick:** added NES toggle `<leader>uN`. Closes [#6692](#6692) ([84ca4df](84ca4df)) ### Bug Fixes * **chezmoi:** use vim.env.HOME instead of os.getenv("HOME") for Windows compatibility ([231e476](231e476)) * **clipboard:** connecting via vscpde's remote-ssh extension causes severe lag during yank and copy operations. ([#6664](#6664)) ([5098a69](5098a69)) * **lang.ember:** remove '.git' lang.ember ([#6685](#6685)) ([4796fb4](4796fb4)) * **root:** don't use fs_realpath on windows ([46e419d](46e419d)) --- 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 acc3538 commit 8b8ceb6

File tree

3 files changed

+20
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [15.12.0](https://github.com/LazyVim/LazyVim/compare/v15.11.0...v15.12.0) (2025-10-25)
4+
5+
6+
### Features
7+
8+
* **keymaps:** added `<localleader>r` to run the selection/file with lua ([acc3538](https://github.com/LazyVim/LazyVim/commit/acc35382294d91b279b319510b906249a03b2764))
9+
* **lsp:** lsp keymaps can now be configured with `lsp-config.opts.servers['*'].keys` like for lsp servers ([cd8c497](https://github.com/LazyVim/LazyVim/commit/cd8c4977a0a8e80750ed6a10992f988f811c6417))
10+
* **lsp:** refactor lsp code to use `Snacks.util.lsp.on` ([3964433](https://github.com/LazyVim/LazyVim/commit/39644330624139dddb857ed833987c1cfd8432cf))
11+
* **sidekick:** added NES toggle `<leader>uN`. Closes [#6692](https://github.com/LazyVim/LazyVim/issues/6692) ([84ca4df](https://github.com/LazyVim/LazyVim/commit/84ca4dffdbf175a5e7bc39904157700854d8b2ad))
12+
13+
14+
### Bug Fixes
15+
16+
* **chezmoi:** use vim.env.HOME instead of os.getenv("HOME") for Windows compatibility ([231e476](https://github.com/LazyVim/LazyVim/commit/231e476ec9292b56258f86e28773843cddaf34b8))
17+
* **clipboard:** connecting via vscpde's remote-ssh extension causes severe lag during yank and copy operations. ([#6664](https://github.com/LazyVim/LazyVim/issues/6664)) ([5098a69](https://github.com/LazyVim/LazyVim/commit/5098a6987009199d5a5c4bfb8086d0fe4a94e0bb))
18+
* **lang.ember:** remove '.git' lang.ember ([#6685](https://github.com/LazyVim/LazyVim/issues/6685)) ([4796fb4](https://github.com/LazyVim/LazyVim/commit/4796fb4ac54744b69a45a6044655543b1c4231f0))
19+
* **root:** don't use fs_realpath on windows ([46e419d](https://github.com/LazyVim/LazyVim/commit/46e419d27efb5b7282a5ab17a49f4745ce23b55a))
20+
321
## [15.11.0](https://github.com/LazyVim/LazyVim/compare/v15.10.1...v15.11.0) (2025-10-23)
422

523

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.11.0" -- x-release-please-version
6+
M.version = "15.12.0" -- x-release-please-version
77
LazyVim.config = M
88

99
---@class LazyVimOptions

0 commit comments

Comments
 (0)