feat: added pendulum plugin
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user