lambdalisue/vim-fern

g:fern#disable_viewer_spinner = 1 doesn't work

beautiful-boyyy opened this issue · 2 comments

Screen Shot 2022-09-04 at 12 04 47

I want to disable the sign column, I did this according to the fern.txt, but sign column still show up

vim version: 9.0.350
terminal: iTerm2 3.4.16

The variable does not disable sign column. See :help signcolumn and overwrite it by yourselve on FileType autocmd or so on.

Note that I don't recommend to do that because fern use sign column to show not only spinner but marks as well.