Revert "NvChad Updater | Chadrc Fixes | Cleanup and Formatting | Misc (#288)"

This reverts commit 36cb57ecce.
This commit is contained in:
siduck76
2021-08-19 12:36:01 +05:30
parent 36cb57ecce
commit aa8df57cae
12 changed files with 197 additions and 389 deletions

View File

@@ -1,4 +1,4 @@
local chad_theme = require("utils").load_config().ui.theme
local chad_theme = require("chadrc").ui.theme
vim.g.nvchad_theme = chad_theme
local present, base16 = pcall(require, "base16")