Closed
Description
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
The order of settings given in let g:polyglot_disabled = ['...', '...']
affects whether they (or just "sensible"?) are disabled or not.
To Reproduce:
" disables 'sensible' (checking with 'incsearch', incsearch is off)
`let g:polyglot_disabled = ['sensible', 'autoindent']`
vs.
" does not disable 'sensible' ('incsearch' still set via vim-polyglot)
let g:polyglot_disabled = ['autoindent', 'sensible']
Sorry if I'm misunderstanding how this should work.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels