https://github.com/baylorrae/nvchad-config
https://github.com/baylorrae/nvchad-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baylorrae/nvchad-config
- Owner: BaylorRae
- Created: 2023-09-14T16:17:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T22:18:52.000Z (almost 3 years ago)
- Last Synced: 2026-04-04T01:42:05.207Z (3 months ago)
- Language: Lua
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baylor's NvChad Config
This is a WIP config that makes NvChad more minimal to mimic plain vim.
## Breaking Changes
I've disabled tabufline and statusline, but NvChad has a live reloader that requires patching the core config in [`/lua/core/init.lua`](https://github.com/NvChad/NvChad/blob/215aa2bb2ff702014132c629d9c995246234fe0e/lua/core/init.lua#L95-L97)
```lua
-- /lua/core/init.lua#L95-97
-- statusline
-- require("plenary.reload").reload_module("nvchad.statusline." .. config.ui.statusline.theme)
-- vim.opt.statusline = "%!v:lua.require('nvchad.statusline." .. config.ui.statusline.theme .. "').run()"
```