diff options
-rw-r--r-- | lua/startup/log.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/startup/log.lua b/lua/startup/log.lua new file mode 100644 index 0000000..2e7b155 --- /dev/null +++ b/lua/startup/log.lua @@ -0,0 +1,3 @@ +local log = require("plenary.log").new({ plugin = "startup.nvim" }) + +return log |