v12.14.0
版本发布时间: 2024-06-13 23:50:51
LazyVim/LazyVim最新发布版本:v13.5.2(2024-11-19 22:36:38)
12.14.0 (2024-06-13)
Features
- fzf: better default window size/position (74cf6e4)
- fzf: better layout for code actions (e948435)
- fzf: disable dressing in favor of noice (vim.ui.input) and fzf-lua (vim.ui.select) (5c876b7)
- fzf: use vscode style path names formatter (14d1ca9)
- noice: added support for fzf-lua. Closes #3596 (ec3dba2)
- pick: move pickers to extras (telescope still the default) (#3606) (39a908c)
- yanky: added fzf-lua support (82f680e)
Bug Fixes
- dashboard: proper fix for dashboard's weird action loading (1d50c75)
- lsp: add file completion to rename file (52b5728)
- pick: ignore registering the same picker (48a70aa)
-
pick: move some leftovers from
editor.lua
toeditor.telescope
(#3620) (b9f7264) - pick: use LazyVim.pick instead of M since dashboard dumps/loadstrings functions. Why though... Fixes #3617 (425e6e0)
- project: add fzf-lua integration. Fixes #3609 (4b9e4ed)
- project: telescope name (d82c11f)
- python: only enable venv-selector when telescope is availble. See #3612 (74c1766)
-
ui: use
LazyVim.pick
for alpha.nvim and mini.starter extras (#3611) (339979d)