feat(nvim): enable calendar.vim event loading from local ICS cache

Sets g:calendar_google_calendar so calendar.vim attempts to load events,
falling back to the cache populated by ics-to-calendarim.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Amir Alexander Abdelbaki 2026-05-26 14:23:32 +02:00
parent 5948629c28
commit dc11cc007d
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ vim.g.airline_section_x = "IP:" .. ipaddr .. " DNS:" .. hostname
vim.g.loaded_ruby_provider = 0
vim.g.loaded_perl_provider = 0
-- calendar.vim: enable event loading (reads local cache populated by ics-to-calendarim)
vim.g.calendar_google_calendar = 1
-- ── Editor options ────────────────────────────────────────────────────────────
vim.cmd("filetype plugin indent on")
vim.cmd("syntax enable")