Merge with upstream

This commit is contained in:
2025-01-05 18:48:43 +01:00
parent 9bce0ad153
commit 84d2e3c61c
6 changed files with 27 additions and 19 deletions

View File

@@ -1,12 +1,17 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "nightowl"
theme = "nightowl"
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
}
-- M.plugins = "plugins"
-- M.mappings = require "mappings"
return M