diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-06 14:49:43 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-06 14:49:43 -0400 |
| commit | e8b724edef9c3a2c372f1922f4082a0788b10d35 (patch) | |
| tree | c844dbf0d3173da3f94db47e81f767067686c461 /pkgs/custom-neovim/config/lua/plugins/calendar.lua | |
| parent | 99f52a2a765e1097fab4d6fa73e93fcb283287c2 (diff) | |
neovim: added calendar
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/calendar.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/calendar.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/calendar.lua b/pkgs/custom-neovim/config/lua/plugins/calendar.lua new file mode 100644 index 0000000..6bca188 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/calendar.lua @@ -0,0 +1,8 @@ +return { + "calendar.vim", + lazy = true, + cmd = "Calendar", + before = function () + vim.cmd.let("g:calendar_cache_directory = '~/Sync/.calendar.vim'") + end +} |
