v9.0.0
版本发布时间: 2023-10-04 21:04:16
LazyVim/LazyVim最新发布版本:v12.44.1(2024-11-04 19:56:29)
9.0.0 (2023-10-04)
⚠ BREAKING CHANGES
- mini.surround: default surround mappings are now gs instead of gz (unless you enabled the leap extra)
Features
- extras: added extra for dashboard.nvim (417de01)
- mini.surround: default surround mappings are now gs instead of gz (unless you enabled the leap extra) (d28c69e)
- treesitter: added ]f, [f, ]F, [F, ]c, ]C, [c, [C for treesitter-textobjects (0e66ef8)
-
treesitter: map
vim
to[@namespace](https://github.com/namespace).builtin
(5f0713d) - typescript: add typescriptreact/javascriptreact to types (#1574) (626ae13)
- ui: show alpha marks in statuscolumn (bd2ac54)
Bug Fixes
- autocmds: retore last location for correct buffer (afc8e7f)
- conform: dont try merging function formatters. Fixes #1582 (f475085)
- conform: dont try to merge formatter functions (9f034ab)
- nvim-lint: dont try merging function linters (79010ae)
- ui: use custom fold when treesitter foldtext returns a string (3505329)