From aa809c71e62e2c91afeea84c42781593565e4af4 Mon Sep 17 00:00:00 2001 From: Shadow Cat Date: Thu, 16 Feb 2023 10:01:51 -0500 Subject: [PATCH] forgot to remove neovide from loading lmao --- init.lua | 1 - lua/config/reload.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/init.lua b/init.lua index 55b0955..14b4f2b 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,6 @@ for _, name in ipairs({ "settings", "mappings", "plugins", - "neovide", "theme", "preview" }) do require("config." .. name) end diff --git a/lua/config/reload.lua b/lua/config/reload.lua index 4517af7..f74a44a 100644 --- a/lua/config/reload.lua +++ b/lua/config/reload.lua @@ -9,7 +9,6 @@ for _, mod in ipairs({ "settings", "mappings", "utils", - "neovide", "theme", "preview", }) do u.mod_post_write(g, "config." .. mod, u.reload) end