chore(main): release 12.20.0 (#3804)
🤖 I have created a release *beep* *boop* --- ## [12.20.0](https://github.com/LazyVim/LazyVim/compare/v12.19.1...v12.20.0) (2024-06-25) ### Features * **autocmds:** added proper bigfile support ([938a671
](938a6718c6
)) ### Bug Fixes * **dashboard:** load dashboard when closing lazy if needed ([fa2fc64
](fa2fc64031
)) * **elixir:** fix credo detection for elixir linters. ([#3809](https://github.com/LazyVim/LazyVim/issues/3809)) ([c132158
](c13215814c
)) * **fzf:** disable `preview` for `vtsls` ([#3798](https://github.com/LazyVim/LazyVim/issues/3798)) ([b5945c2
](b5945c2fc8
)) * **noice:** dont show old messages when installing plugins ([faee8ce
](faee8ce581
)) * **util.terminal:** fix the shellredir and shellpipe options for powershell ([#3803](https://github.com/LazyVim/LazyVim/issues/3803)) ([a33eabd
](a33eabddd9
)) ### Performance Improvements * **markdown:** add filetype in VeryLazy ([3513362
](351336244c
)) --- 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:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
c6b29713a0
commit
53f4595b4e
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
||||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "12.19.1" -- x-release-please-version
|
||||
M.version = "12.20.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
Reference in New Issue
Block a user