From b83301974d799b996b0ba16927348aad7306d706 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 3 Aug 2024 02:37:03 -0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20refactor(post):=20trigg?= =?UTF-8?q?er=20post-plugin=20configurations=20after=20all=20other=20funct?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggers the post-plugin configuration scripts after every plugin has been initialized --- lua/config/keymaps.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index e05c4f0..ccd356c 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -345,3 +345,7 @@ wk.add({ desc = "Yank buffer contents", }, }) + +-- ---------------------------------- POST ------------------------------------- +-- Post-plugin configuration +require("config.post")