Update for NvUI v3.0

This commit is contained in:
Daniele Viganò 2024-10-25 13:42:16 +02:00
parent 9c6fd2dc03
commit 5782fd24e6
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Install ## Install
**Requires [NvChad v2.5](https://github.com/NvChad/NvChad/tree/v2.5)** **Requires [NvChad v2.5](https://github.com/NvChad/NvChad/tree/v2.5) and [NvUI v3.0](https://nvchad.com/news/nvui/)**
Derived from https://github.com/nvchad/starter Derived from https://github.com/nvchad/starter

View File

@ -1,7 +1,11 @@
---@type ChadrcConfig ---@type ChadrcConfig
local M = {} local M = {}
M.ui = { theme = 'nightowl' } M.base46 = {
theme = "nightowl",
transparency = true,
}
-- M.plugins = "plugins" -- M.plugins = "plugins"
-- M.mappings = require "mappings" -- M.mappings = require "mappings"