Calendar UI Clutter #42
-
I noticed in your screenshots that your calendar sidebar is dechromed. I was having issues with things like numbers, relativenumbers, and signcolumn showing up, which breaks the calendar display (I didn't even realize weeks were being displayed!). I noticed the calendar is setting a filetype, so I just set an after/ftplugin that turns those off, and had to add an exclusion for my indent visualization extension. I'm curious, how are your streamlining yours? I was going to submit a documentation PR with the steps I took if that would be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
I'd say my calendar sidebar is not dechromed, it is just not chromed. I have
set number
in myinit.vim
but they don't show up in the calendar. The reason for that can be found in the calendar plugin:Which is set in there like this:
So, the default is: nonumber, norelativenumber, foldcolumn=0. You can check with
:let g:calendar_options
.I think some other plugin is messing with the calendar.
Please, if you have any tips that would help others with similar issues, make a doc PR like you suggested and we'll take it from there.