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
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_add = highlights.add,
@ -56,5 +59,6 @@ M.ui = {
width = 100,
},
}
}
return M

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

Loading…
Cancel
Save