From 48b249f65f131e9d95f729b27e68ac6d1df472ac Mon Sep 17 00:00:00 2001 From: darth_vader Date: Sat, 19 Aug 2023 18:45:43 +0300 Subject: [PATCH] Delete unwanted file --- ] | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ] diff --git a/] b/] deleted file mode 100644 index fcea52b..0000000 --- a/] +++ /dev/null @@ -1,20 +0,0 @@ ----@type ChadrcConfig -local M = {} - --- Path to overriding theme and highlights files -local highlights = require "custom.highlights" - -M.ui = { - theme = "jellybeans", - -- theme_toggle = { "onedark", "one_light" }, - - hl_override = highlights.override, - hl_add = highlights.add, -} - -M.plugins = "custom.plugins" - --- check core.mappings for table structure -M.mappings = require "custom.mappings" - -return M