mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-22 19:54:51 +02:00
chore(main): release 12.24.0 (#3900)
🤖 I have created a release *beep* *boop* --- ## [12.24.0](https://github.com/LazyVim/LazyVim/compare/v12.23.0...v12.24.0) (2024-07-03) ### Features * **options:** jumpoptions=view ([fe3d0da
](fe3d0da508
)) ### Bug Fixes * **dials:** dials.nvim stopped working after making changes to plugin files ([455557c
](455557c1f6
)) ### Performance Improvements * **fzf:** lazy-load fzf-lua ([b9a8a4a
](b9a8a4ad7f
)) --- 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
455557c1f6
commit
8ddc6f9e16
3 changed files with 19 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "12.23.0" -- x-release-please-version
|
||||
M.version = "12.24.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue