mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-25 13:15:04 +02:00
chore(main): release 13.2.0 (#4745)
🤖 I have created a release *beep* *boop* --- ## [13.2.0](https://github.com/LazyVim/LazyVim/compare/v13.1.0...v13.2.0) (2024-11-11) ### Features * **ai:** better completion/suggestions of AI engines ([#4752](https://github.com/LazyVim/LazyVim/issues/4752)) ([fbf881f
](fbf881f80b
)) * **ai:** move ai related extras from `coding` to `ai` ([#4751](https://github.com/LazyVim/LazyVim/issues/4751)) ([86904d2
](86904d2fb1
)) * **keymaps:** leader-bo to close other buffers ([24665fc
](24665fc736
)) * **rest:** add more keymaps to util.rest ([#4467](https://github.com/LazyVim/LazyVim/issues/4467)) ([c22db72
](c22db72435
)) ### Bug Fixes * **extras:** fix alpha-nvim non-string keycodes ([#4735](https://github.com/LazyVim/LazyVim/issues/4735)) ([9c9e650
](9c9e650530
)) * **snacks:** allow overriding `statuscolumn` through `options.lua` ([17a1b84
](17a1b846f0
)) * **vscode:** added snacks.nvim to allowed plugins for vscode. Fixes [#4757](https://github.com/LazyVim/LazyVim/issues/4757) ([06071dd
](06071dd452
)) ### Performance Improvements * **ui:** only enable treesitter folds if the buffer has treesitter highlighting ([b9dae57
](b9dae57961
)) --- 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>
This commit is contained in:
parent
fbf881f80b
commit
0137a110c1
3 changed files with 24 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "13.1.0" -- x-release-please-version
|
||||
M.version = "13.2.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue