feat: added pendulum plugin

This commit is contained in:
root
2025-07-19 00:26:19 +00:00
parent 9358f55818
commit 8a6bb48755
4 changed files with 208 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---@type LazySpec
return {
"ptdewey/pendulum-nvim",
version = "1.1.0",
config = function()
require("pendulum").setup {
time_zone = "Europe/Moscow",
gen_reports = false,
}
end,
}