TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

NvChad v2.0 Has Released

1 点作者 siduck大约 2 年前

1 comment

siduck大约 2 年前
NvChad v2.0 has released.<p>Whats new?<p>- Replacing packer.nvim with lazy.nvim, It has helped us removing our own functions that provided different syntax for managing plugins, Our LOC has decreased! NvChad has the simplest codebase out of all neovim distros there, around 1.3k LOC and 60% of it is just plugin config tables! We dont rely on external themes for UI stuff like theming, statusline, bufferline, dashboard etc is done by our own lightweight UI plugins.<p>- Removed alpha-nvim and wrote my own lightweight dashboard module ( NvDash )<p>- Added 3 more statusline themes in our UI plugin.<p>- Ported 13 new themes to base46.<p>- Now using base46 only to generate compiled highlights, we can now auto-reload some parts of our UI<p>- Added a cheatsheet module ( NvCheatsheet ) that shows list of default + user mappings in a prettily formatted window , It has 2 layouts : grid and simple, the grid layout is highly inspired by the CSS masonry layout.And The cheatsheet is auto-generated &amp; responsive.<p>- User configuration options will now have auto-completions. Huge thanks to @Lucario387<p>- Added some cmp styles : flat_light, flat_dark, atom, atom_colored<p>repo : <a href="https:&#x2F;&#x2F;github.com&#x2F;NvChad&#x2F;NvChad">https:&#x2F;&#x2F;github.com&#x2F;NvChad&#x2F;NvChad</a>