mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 19:50:09 +02:00
chore(main): release 14.11.0 (#5550)
🤖 I have created a release *beep* *boop* --- ## [14.11.0](https://github.com/LazyVim/LazyVim/compare/v14.10.0...v14.11.0) (2025-02-08) ### Features * **config:** show a warning when lazy.nvim imports order is incorrect ([83988ea
](83988ea46e
)) * **defaults:** new installs now default to snacks picker/explorer. Existing installs don't change. ([25d90b5
](25d90b54a3
)) * **extras:** big rework of default extras ([525377d
](525377dee9
)) * **util:** `has_extra` now also checks for manual imports in `lazy.lua` ([0416376
](0416376733
)) ### Bug Fixes * **extras:** remove debug ([b4c24a3
](b4c24a3fe8
)) * **snacks.explorer:** no longer needed to disable neo-tree ([2d6b492
](2d6b49281d
)) * **snacks.picker:** move dashboard shortcut to picker extra. Closes [#5549](https://github.com/LazyVim/LazyVim/issues/5549) ([2b3bcf3
](2b3bcf36b2
)) --- 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
2b3bcf36b2
commit
29829f7eb6
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 = "14.10.0" -- x-release-please-version
|
||||
M.version = "14.11.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue