v12.10.0
版本发布时间: 2024-06-08 05:58:12
LazyVim/LazyVim最新发布版本:v14.14.0(2025-02-16 06:51:53)
12.10.0 (2024-06-07)
Features
- prettier: prettier is now enabled for all supported filetypes and no longer requires a config file by default (7d50bf0)
- prettier: with the prettier & astro extra, prettier will be enabled if the prettier-astro-plugin is available (214f5fc)
- svelte: with prettier & svelte extra, prettier will be enabled when prettier-plugin-svelte is available (945143a)
- util: added LazyVim.has_extra (b714f28)
- util: added LazyVim.memoize (5a11d74)
Bug Fixes
- clojure: removed rainbow delimiters and fixed some plugin setups. Closes #3530 (cfa8c9f)
-
cmp: don't enable
snippets
source withoutnvim-snippets
(#3527) (af80811) - extras: load prettier extra before svelte/astro (4980574)
- formatting: remove deprecation check on some options (c16fb5d)
- prettier: fixup (ac9217b)