v13.6.0
版本发布时间: 2024-12-01 16:39:39
LazyVim/LazyVim最新发布版本:v13.9.0(2024-12-12 07:30:19)
13.6.0 (2024-12-01)
Features
- colorscheme: enable catppuccin snacks integration by default (#4882) (5659786)
-
extras: added extra for
smear-cursor.nvim
(40dba86) - lang: add maxInlayHintLength for vtsls to resolve inlay hint to… (#4902) (1847e3f)
-
smear-cursor: enable
cursor_color = "none"
, to show trail using color of target text fg color (275c786) - snacks: add keymap to copy url from gitbrowse (#4870) (cdf3f1f)
-
snacks: added leader-. to toggle a scratch buffer. Uses
count
for new scratch buffers (6d42f10) - snacks: added leader-n to show notification history (be0cb96)
- snacks: added leader-S to select a previous scratch buffer (e05379b)
Bug Fixes
- blink: fixed luasnip completions for blink (7bb954f)
- blink: icons (2263b94)
- blink: make sure blink.compat is setup correctly when used in extras (91a3c66)
- blink: updated to config to reflect breaking changes (efcba66)
- dial: add and/or augend to python ft (#4875) (ecfaed3)
- java: give java a default nvim-dap config (#4261) (c9102bc)
- java: minisurround jdtls keybind conflict (#4886) (30fac42)
- lazydev: use luals' bundled luv library (eb525c6)
- lsp: don't leak keymaps from LSP server configs (#4849) (85e4118)
- mini.animate: disable when in Neovide (66459f9)
-
octo: upstream changed mappings to
localleader
(#4850) (c979225) - snacks: remove lazygit requirement for git browse/blame keymaps (#4869) (2c37492)
-
sql: fix autocomplete, it was using the wrong plugin name on the
LazyVim.has
check (#4900) (ed10d3c) - sql: only use cmp if it is available (#4891) (9eccb5d)
-
ui: disable indent-blankline on
ft=snacks_dashboard
(#4895) (c022759)