Add go.nvim + wsl optimizations

This commit is contained in:
Gabe Farrell 2024-04-05 18:35:36 -04:00
parent 63046022c9
commit 8e6e367f7a
6 changed files with 74 additions and 41 deletions

View file

@ -1,16 +1,16 @@
-- This file needs to have same structure as nvconfig.lua
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/NvChad/blob/v2.5/lua/nvconfig.lua
---@type ChadrcConfig
local M = {}
M.ui = {
theme = "onedark",
theme = "yoru",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
hl_override = {
Comment = { italic = true },
["@comment"] = { italic = true },
},
}
return M