Merge with upstream
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user