mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 20:14:36 +02:00
chore(main): release 14.4.0 (#5089)
🤖 I have created a release *beep* *boop* --- ## [14.4.0](https://github.com/LazyVim/LazyVim/compare/v14.3.0...v14.4.0) (2024-12-15) ### Features * **blink:** boost results from ai providers and enable async, to get much faster completions ([6bc56e4
](6bc56e4e81
)) * **keymaps:** unlink luasnip on `esc` ([ef91026
](ef9102677f
)) ### Bug Fixes * **blink:** allow overriding `<Tab>` key. Fixes [#5095](https://github.com/LazyVim/LazyVim/issues/5095). Closes [#5099](https://github.com/LazyVim/LazyVim/issues/5099) ([89314cb
](89314cb2aa
)) * **keymaps:** better escape ([8f113a5
](8f113a514c
)) --- 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
89314cb2aa
commit
c8d8dd0ab6
3 changed files with 16 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "14.3.0" -- x-release-please-version
|
||||
M.version = "14.4.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue