master
Elias Almqvist 5 months ago
parent f54469dfd5
commit f8a8b5dd37
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      nvchad/.config/nvim/lua/custom/chadrc.lua
  2. 8
      nvchad/.config/nvim/lua/custom/plugins.lua

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights" local highlights = require "custom.highlights"
M.ui = { M.ui = {
theme = "tomorrow_night", theme = "gruvchad",
theme_toggle = { "tomorrow_night", "gruvbox_light" }, theme_toggle = { "gruvchad", "gruvbox_light" },
hl_override = highlights.override, hl_override = highlights.override,
hl_add = highlights.add, hl_add = highlights.add,

@ -19,10 +19,10 @@ local plugins = {
opts = overrides.mason, opts = overrides.mason,
}, },
{ -- {
"nvim-treesitter/nvim-treesitter", -- "nvim-treesitter/nvim-treesitter",
opts = overrides.treesitter, -- opts = overrides.treesitter,
}, -- },
{ {
"nvim-tree/nvim-tree.lua", "nvim-tree/nvim-tree.lua",

Loading…
Cancel
Save