nvchad fixes

master
Elias Almqvist 5 days ago
parent 17f94d44a8
commit 8a9b315151
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 10
      nvchad/.config/nvim/lua/chadrc.lua
  2. 3
      nvchad/.config/nvim/lua/configs/conform.lua

@ -34,10 +34,13 @@ local function split_string(s)
return t return t
end end
M.ui = {
theme = "gruvchad",
theme_toggle = { "gruvchad", "blossom_light" },
M = {
base46 = {
theme = "onenord",
theme_toggle = { "onenord", "blossom_light" },
},
ui = {
hl_override = highlights.override, hl_override = highlights.override,
hl_add = highlights.add, hl_add = highlights.add,
@ -55,6 +58,7 @@ M.ui = {
header = custom_logo, header = custom_logo,
width = 100, width = 100,
}, },
}
} }
return M return M

@ -5,6 +5,9 @@ local options = {
-- Divine Intellect Languages -- Divine Intellect Languages
lua = { "stylua" }, lua = { "stylua" },
-- based
scala = { "scalafmt" },
-- Web Dev shit -- Web Dev shit
javascript = { "prettier" }, javascript = { "prettier" },
typescript = { "prettier" }, typescript = { "prettier" },

Loading…
Cancel
Save