fixes + scala shit

master
Elias Almqvist 5 days ago
parent 26b9c4ff40
commit b1250b8c68
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 1
      nix-darwin/home.nix
  2. 4
      nvchad/.config/nvim/lua/chadrc.lua

@ -165,6 +165,7 @@
metals
scalafmt
sbt
coursier
# formatters
shfmt

@ -35,8 +35,8 @@ local function split_string(s)
end
M.ui = {
theme = "ayu_dark",
theme_toggle = { "ayu_dark", "blossom_light" },
theme = "gruvchad",
theme_toggle = { "gruvchad", "blossom_light" },
hl_override = highlights.override,
hl_add = highlights.add,

Loading…
Cancel
Save