diff options
author | max397574 <[email protected]> | 2021-12-18 12:12:18 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-18 12:12:18 +0100 |
commit | 0e0c341e06c6a12f4f46e22e43143cf7489f8694 (patch) | |
tree | 012a53d8ef27f60d583e63249c705179e75fd60d /lua | |
parent | 4210dc3db6abcc32d44f39ff9952514c33a68aff (diff) |
feat(plugin): added log
Diffstat (limited to 'lua')
-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 |