♻️ refactor(post): trigger post-plugin configurations after all other functions

Triggers the post-plugin configuration scripts after every plugin has been initialized
This commit is contained in:
2024-08-03 02:37:03 -04:00
parent 016abee200
commit b83301974d
+4
View File
@@ -345,3 +345,7 @@ wk.add({
desc = "Yank buffer contents",
},
})
-- ---------------------------------- POST -------------------------------------
-- Post-plugin configuration
require("config.post")