v2.10.0
版本发布时间: 2022-12-19 22:20:51
AstroNvim/AstroNvim最新发布版本:v4.26.5(2024-09-24 22:20:36)
What's Changed
- Add
<leader>lI
mapping to view Null-ls info - Add
]t
and[t
mappings to navigate between tabs - Add
\
and|
mappings to make horizontal and vertical splits respectively - Add
heirline.attributes
andheirline.icon_highlights
tables to allow easily customizing Heirline elements in statusline/winbar/bufferline - Add new Heirline based bufferline using the new
astronvim.status
API that is used in thestatusline
andwinbar
- This feature is opt-in and can be enabled in the
options.g
table withheirline_bufferline = true
(must run:PackerSync
afterwards to remove bufferline.nvim - Documentation on enabling Heirline based bufferline
- This feature is opt-in and can be enabled in the
- Don't disable
swapfile
by default (Can be disabled in theoptions.opt
table withswapfile = false
) - Improved default theme highlights for DAP UI
Full Changelog: https://github.com/AstroNvim/AstroNvim/compare/v2.9.1...v2.10.0