Closed chaucerbao closed 6 years ago
Attempted and later removed in f8bb56fe7f85. For a plugin, trying to micro-manage window options in Vim is generally a disaster.
It's trivial to do this if you really care.
au FileType dirvish setlocal nospell
Makes sense. And thank you for an alternate solution.
Just wondering what you think about setting
nospell
when entering a dirvish buffer, and restoring the previous setting upon leaving.