♻️ 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:
@@ -345,3 +345,7 @@ wk.add({
|
|||||||
desc = "Yank buffer contents",
|
desc = "Yank buffer contents",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- ---------------------------------- POST -------------------------------------
|
||||||
|
-- Post-plugin configuration
|
||||||
|
require("config.post")
|
||||||
|
|||||||
Reference in New Issue
Block a user