v7.0.0
版本发布时间: 2023-09-29 22:15:17
LazyVim/LazyVim最新发布版本:v12.44.1(2024-11-04 19:56:29)
7.0.0 (2023-09-29)
⚠ BREAKING CHANGES
-
typescript: removed
typescript.nvim
since it's deprecated - null-ls: use none-ls instead of null-ls (#1517)
Features
-
extras: added
conform.nvim
extra you can use instead of null-ls/none-ls (f61a243) - extras: added extra for nvim-lint (05f45bb)
- neo-tree: added support for LSP renaming to NeoTree (9762e7e)
- null-ls: use none-ls instead of null-ls (#1517) (7cac6f0)
Bug Fixes
-
conform: use
formatters
for both custom and overriding formatters (6bb0d1b) - docker: put hadolint in its own spec (718c5c6)
- format: wrap custom formatter with error handler (0e5ff5c)
-
nvim-lint: use
linters
for both custom and overriding linters (31d9136) - remove deprecated leap/flit code checks (6b05ed7)
-
typescript: removed
typescript.nvim
since it's deprecated (aab365a)