From 0e0c341e06c6a12f4f46e22e43143cf7489f8694 Mon Sep 17 00:00:00 2001 From: max397574 Date: Sat, 18 Dec 2021 12:12:18 +0100 Subject: feat(plugin): added log --- lua/startup/log.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/startup/log.lua 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 -- cgit v1.2.3