mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 19:28:59 +02:00
chore(main): release 13.6.0 (#4872)
🤖 I have created a release *beep* *boop* --- ## [13.6.0](https://github.com/LazyVim/LazyVim/compare/v13.5.3...v13.6.0) (2024-12-01) ### Features * **colorscheme:** enable catppuccin snacks integration by default ([#4882](https://github.com/LazyVim/LazyVim/issues/4882)) ([5659786
](5659786893
)) * **extras:** added extra for `smear-cursor.nvim` ([40dba86
](40dba86925
)) * **lang:** add maxInlayHintLength for vtsls to resolve inlay hint to… ([#4902](https://github.com/LazyVim/LazyVim/issues/4902)) ([1847e3f
](1847e3fb25
)) * **smear-cursor:** enable `cursor_color = "none"`, to show trail using color of target text fg color ([275c786
](275c78665e
)) * **snacks:** add keymap to copy url from gitbrowse ([#4870](https://github.com/LazyVim/LazyVim/issues/4870)) ([cdf3f1f
](cdf3f1f2bd
)) * **snacks:** added leader-. to toggle a scratch buffer. Uses `count` for new scratch buffers ([6d42f10
](6d42f1084d
)) * **snacks:** added leader-n to show notification history ([be0cb96
](be0cb9622d
)) * **snacks:** added leader-S to select a previous scratch buffer ([e05379b
](e05379babc
)) ### Bug Fixes * **blink:** fixed luasnip completions for blink ([7bb954f
](7bb954fd1d
)) * **blink:** icons ([2263b94
](2263b94439
)) * **blink:** make sure blink.compat is setup correctly when used in extras ([91a3c66
](91a3c663a7
)) * **blink:** updated to config to reflect breaking changes ([efcba66
](efcba66a22
)) * **dial:** add and/or augend to python ft ([#4875](https://github.com/LazyVim/LazyVim/issues/4875)) ([ecfaed3
](ecfaed3cc1
)) * **java:** give java a default nvim-dap config ([#4261](https://github.com/LazyVim/LazyVim/issues/4261)) ([c9102bc
](c9102bc351
)) * **java:** minisurround jdtls keybind conflict ([#4886](https://github.com/LazyVim/LazyVim/issues/4886)) ([30fac42
](30fac4206a
)) * **lazydev:** use luals' bundled luv library ([eb525c6
](eb525c680d
)) * **lsp:** don't leak keymaps from LSP server configs ([#4849](https://github.com/LazyVim/LazyVim/issues/4849)) ([85e4118
](85e4118065
)) * **mini.animate:** disable when in Neovide ([66459f9
](66459f9361
)) * **octo:** upstream changed mappings to `localleader` ([#4850](https://github.com/LazyVim/LazyVim/issues/4850)) ([c979225
](c979225c37
)) * **snacks:** remove lazygit requirement for git browse/blame keymaps ([#4869](https://github.com/LazyVim/LazyVim/issues/4869)) ([2c37492
](2c37492461
)) * **sql:** fix autocomplete, it was using the wrong plugin name on the `LazyVim.has` check ([#4900](https://github.com/LazyVim/LazyVim/issues/4900)) ([ed10d3c
](ed10d3cf19
)) * **sql:** only use cmp if it is available ([#4891](https://github.com/LazyVim/LazyVim/issues/4891)) ([9eccb5d
](9eccb5d2de
)) * **ui:** disable indent-blankline on `ft=snacks_dashboard` ([#4895](https://github.com/LazyVim/LazyVim/issues/4895)) ([c022759
](c02275919e
)) --- 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
c8bd062ef8
commit
7bdc205e7d
3 changed files with 35 additions and 2 deletions
|
@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
|
|||
---@class LazyVimConfig: LazyVimOptions
|
||||
local M = {}
|
||||
|
||||
M.version = "13.5.3" -- x-release-please-version
|
||||
M.version = "13.6.0" -- x-release-please-version
|
||||
LazyVim.config = M
|
||||
|
||||
---@class LazyVimOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue