mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 03:09:07 +02:00
chore(main): release 13.8.0 (#4955)
🤖 I have created a release *beep* *boop* --- ## [13.8.0](https://github.com/LazyVim/LazyVim/compare/v13.7.0...v13.8.0) (2024-12-07) ### Features * **git:** added toggles for gitsigns.nvim and mini.diff ([2ebba15
](2ebba15e12
)) ### Bug Fixes * **dot:** kitty ft with bash treesitter highlights ([7ef2dfd
](7ef2dfd3ba
)) * **keymaps:** toggle name ([b2f7505
](b2f750558a
)) * **mini.diff:** toggle ([3f4b1ff
](3f4b1ff003
)) * **rust:** only use mason.nvim if it is present ([#4963](https://github.com/LazyVim/LazyVim/issues/4963)) ([5ddad99
](5ddad99bac
)) --- 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
7ef2dfd3ba
commit
3c605f547c
3 changed files with 17 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "13.7.0" -- x-release-please-version
|
||||
M.version = "13.8.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue