mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 17:15:10 +02:00
chore(main): release 14.0.0 (#5008)
🤖 I have created a release *beep* *boop* --- ## [14.0.0](https://github.com/LazyVim/LazyVim/compare/v13.9.1...v14.0.0) (2024-12-13) ### ⚠ BREAKING CHANGES * **cmp:** moved `nvim-cmp` to extras and prefer `blink.cmp` on Neovim >= `0.10` as default completion engine * **cmp:** moved `nvim-cmp` to extras and prefer `blink.cmp` on Neovim >= `0.10` as default completion engine * **snacks:** use `snacks.scope` indent objects in favor of custom `mini.ai` indent objects * **snacks:** use `snacks.indent` and moved `indent-blankline` to extras * **pick:** make fzf the default picker for LazyVim ### Features * **cmp:** moved `nvim-cmp` to extras and prefer `blink.cmp` on Neovim >= `0.10` as default completion engine ([152f9d1
](152f9d113f
)) * **cmp:** moved `nvim-cmp` to extras and prefer `blink.cmp` on Neovim >= `0.10` as default completion engine ([2cbfb9b
](2cbfb9b6b7
)) * **keymaps:** added leader-uD to toggle dim mode ([9b97388
](9b973882b8
)) * **keymaps:** added leader-z to toggle zen mode ([e6d6a09
](e6d6a096b3
)) * **keymaps:** added leader-Z to toggle zoom ([f2e1cac
](f2e1cac965
)) * **lualine:** add snacks profiler status ([7bc8490
](7bc8490d46
)) * **pick:** make fzf the default picker for LazyVim ([ae2340f
](ae2340f60a
)) * **rust:** exclude bad directories from rust-analyzer ([#5021](https://github.com/LazyVim/LazyVim/issues/5021)) ([94f6df0
](94f6df048f
)) * **snacks:** added `snacks.input` ([54bece1
](54bece17b3
)) * **snacks:** added leader-ua to toggle global animations ([303980d
](303980d267
)) * **snacks:** added leader-ug to toggle indent guides ([b3ac642
](b3ac642317
)) * **snacks:** added leader-uS to toggle scroll ([cded8d4
](cded8d4d28
)) * **snacks:** added profiler keymaps ([a8332c6
](a8332c6d50
)) * **snacks:** enable `snacks.scroll` ([1a1a484
](1a1a48497c
)) * **snacks:** use `snacks.indent` and moved `indent-blankline` to extras ([94fdc42
](94fdc421a1
)) * **snacks:** use `snacks.scope` indent objects in favor of custom `mini.ai` indent objects ([d904a1e
](d904a1ef47
)) * **snacks:** use `Snacks.zen.zoom()` instead of custom **maximize** ([e389a5a
](e389a5ada9
)) * **which-key:** make `helix` the default which-key preset ([44c712a
](44c712aa31
)) * **zen:** zoom with leader-wm and leader-uZ. zen with leader-uz ([2acedaa
](2acedaa3a8
)) ### Bug Fixes * **blink:** disable cmdline integration for now since it doesn't work well with the enter keymap ([20eff4f
](20eff4fc3f
)) * **blink:** remove unneeded code ([d95e530
](d95e530c02
)) * **blink:** unset provider.kind ([#5024](https://github.com/LazyVim/LazyVim/issues/5024)) ([29c4dea
](29c4dea4e7
)) * **blink:** unset sources.compat. Fixes [#5016](https://github.com/LazyVim/LazyVim/issues/5016). Closes [#5017](https://github.com/LazyVim/LazyVim/issues/5017) ([2946031
](29460318f3
)) * **clangd:** avoid nil-indexing the completion sorting comparators ([#5011](https://github.com/LazyVim/LazyVim/issues/5011)) ([c4b0d6d
](c4b0d6d0d1
)) * **clangd:** nvim-cmp optional ([94be6fb
](94be6fb787
)) * **copliot:** restructure copilot-cmp spec ([34d2bdc
](34d2bdcac6
)) * fqn for nvim-cmp ([a9a273d
](a9a273d041
)) * **git:** make nvim-cmp optional for the git extra ([ec92fa8
](ec92fa8558
)) * **java:** only setup debug adapter config if mason is installed ([#5013](https://github.com/LazyVim/LazyVim/issues/5013)) ([aad0edb
](aad0edbf74
)) * **java:** only setup debug adapter config if mason is installed (for real this time) ([#5014](https://github.com/LazyVim/LazyVim/issues/5014)) ([5b1b6b2
](5b1b6b29d7
)) * **java:** only use mason-registry if mason installed ([#4991](https://github.com/LazyVim/LazyVim/issues/4991)) ([21b02f0
](21b02f056d
)) * **mini.animate:** disable `snacks.scroll` when `mini.animate` is enabled ([9b07544
](9b07544e89
)) * **mini.indentscope:** disable snacks and indent-blankline scope ([98c77f1
](98c77f1de4
)) * **nvim-cmp:** set high prio for loading the nvim-cmp extra to prevent issues with opts ([adf8db6
](adf8db69ed
)) * **nvim-cmp:** specs ([88e77b0
](88e77b0e24
)) * **ui:** use `Snacks.util.color` instead of `LazyVim.ui.fg` ([6d774ba
](6d774ba8f2
)) --- 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
20eff4fc3f
commit
f3a919d23d
3 changed files with 56 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "13.9.1" -- x-release-please-version
|
||||
M.version = "14.0.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue