mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
chore(main): release 14.2.0 (#5048)
🤖 I have created a release *beep* *boop* --- ## [14.2.0](https://github.com/LazyVim/LazyVim/compare/v14.1.0...v14.2.0) (2024-12-14) ### Features * **blink:** add `<c-y>` to keymaps ([3866fbc
](3866fbcd40
)) ### Bug Fixes * **blink:** `draw.treesitter` expects table ([#5044](https://github.com/LazyVim/LazyVim/issues/5044)) ([08a7f7e
](08a7f7e3f9
)) * **blink:** compat with 0.7.6 ([63eab6d
](63eab6d9a5
)) * **blink:** only override color symbol kind for blink ([b07378d
](b07378dde4
)) * **health:** added `fzf` to healthchecks ([380cea9
](380cea97bf
)) * **health:** added curl to health checks ([5de1532
](5de15329fb
)) --- 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
5de15329fb
commit
c2175397a7
3 changed files with 18 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "14.1.0" -- x-release-please-version
|
||||
M.version = "14.2.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue