Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvchad/ui
Lightweight & high performance UI plugin for nvchad
https://github.com/nvchad/ui
neovim nvchad ui
Last synced: 3 days ago
JSON representation
Lightweight & high performance UI plugin for nvchad
- Host: GitHub
- URL: https://github.com/nvchad/ui
- Owner: NvChad
- License: gpl-3.0
- Created: 2022-07-14T10:20:35.000Z (over 2 years ago)
- Default Branch: v2.5
- Last Pushed: 2024-05-29T01:17:20.000Z (6 months ago)
- Last Synced: 2024-05-29T06:41:39.113Z (6 months ago)
- Topics: neovim, nvchad, ui
- Language: Lua
- Homepage:
- Size: 277 KB
- Stars: 136
- Watchers: 4
- Forks: 102
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NvChad's UI plugin
Lightweight & performant ui plugin for nvchad providing the following :
- Statusline with 4 themes
- Tabufline ( manages buffers per tab )
- NvDash ( dashboard )
- NvCheatsheet ( auto-generates cheatsheet based on default & user mappings in nice grid (Masonry layout) / column layout )
- Basic Lsp signature
- Lsp renamer window
- Term module ( toggle, spawn, code runner etc )# Default config
- Refer [NvChad docs](https://nvchad.com/docs/config/nvchad_ui) for detailed info
- Also check the [nvconfig.lua](https://github.com/NvChad/ui/blob/v2.5/lua/nvconfig.lua)# Credits
- Huge thanks to [@lucario387](https://github.com/lucario387) for creating `nvchad_types`.