diff options
Diffstat (limited to 'nvim/lua/plugins/ui.lua')
| -rw-r--r-- | nvim/lua/plugins/ui.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 7b5791e..e2e30d1 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua | |||
| @@ -62,6 +62,7 @@ return { | |||
| 62 | 62 | ||
| 63 | { | 63 | { |
| 64 | "mattn/calendar-vim", | 64 | "mattn/calendar-vim", |
| 65 | ft = "taskedit", | ||
| 65 | config = function() | 66 | config = function() |
| 66 | function _G.CalendarInsertDate(day, month, year) | 67 | function _G.CalendarInsertDate(day, month, year) |
| 67 | local date = string.format("%04d-%02d-%02d", year, month, day) | 68 | local date = string.format("%04d-%02d-%02d", year, month, day) |
