v2.5
版本发布时间: 2024-03-10 01:37:56
NvChad/NvChad最新发布版本:v2.5(2024-03-10 01:37:56)
Changelog
Added
-
Starter template for NvChad which lets users use NvChad as a plugin, thus not needing custom config stuff.
-
11 New themes for base46: flexoki, jabuti, poimandres, mito-laser nano-light, flexoki-light, chadracula-evondev, Solarized_oska, Material-darker, Material-lighter, Rosepine-dawn
-
Minimal terminal module which replaces nvterm which lets you created any amount of toggleable terminals , change bg color / highlights of each window etc.
-
term table ( config ) in ui table of chadrc.
-
Integrations list of base46 so you can exclude/include integrations supported by base46.
-
Default lspconfig now exports on_init function which you can include in your custom lspconfig
-
All nvchad modules will start with
nvchad
, example : require('nvchad.options')
Changed
- List of all defaults will be in lua/nvconfig instead of core/default_config
- Overriding modules for tabufline/statusline, its a lot easier now.
- Extended_integrations syntax for base46
- Mappings no longer use nvchad's custom syntax. It uses nvim's
vim.keymap.set
Removed
- Custom config structure handling.
- Nvterm plugin
- NvChad updater
- chadrc's cmp options: border_color , selected_item_bg
- tabufline, show_numbers
Do read https://nvchad.com/news/v2.5_release for migration etc