Format project, setup conform format on save, remove redundant commented pieces

This commit is contained in:
2025-05-31 20:02:10 +05:00
parent f12cc324f1
commit 90b457b768
8 changed files with 37 additions and 49 deletions

View File

@ -1,24 +1,19 @@
-- This file needs to have same structure as nvconfig.lua
-- 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 :(
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "onedark",
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
hl_override = {
Comment = { italic = true },
["@comment"] = { italic = true },
},
}
-- M.nvdash = { load_on_startup = true }
-- M.ui = {
-- tabufline = {
-- lazyload = false
-- }
--}
M.nvdash = { load_on_startup = true }
return M