v12.2.0
版本发布时间: 2024-06-01 15:53:38
LazyVim/LazyVim最新发布版本:v14.4.0(2024-12-16 03:27:54)
12.2.0 (2024-06-01)
Features
- astro: added support for ts-plugin, but won't work till mason-registry PR is merged. See #3364 (683aaeb)
- extras: added extra for svelte. Full support will be enabled once my mason PR gets merged (7598a75)
- typescript: add keymap for remove unused imports (#3376) (0a93737)
Bug Fixes
- aerial: disable trouble leader-cs keymap when aerial extra is enabled (1351503)
- copilot-chat: no need to schedule which-key keys. just use default (6678af3)
-
extras:
underline = false
for setting diagnostics (#3379) (060f56d) - health: remove old deprecated module checks (4e62df4)
- lsp: better way of extending deeply nested lists. Fixes #3398 (9f2cc30)
- rename
+a
which-key group toai
. Fixes #3392 (a474aea) - rust: let rustaceans.nvim setup rust_analyzer (#3389) (3fadf6a)
-
trouble: don't enable symbols keymap when
outline.nvim
enabled (#3408) (146c87c) -
ui: allow to disable the trouble lualine component with
vim.g.trouble_lualine = false
(#3391) (d02b73d) - ui: remove old alpha.nvim warning (abc6554)
- util: make sure mason is loaded when getting package paths (a6df15a)
- vue: correctly add plugins. See #3401 (e7430b0)