Closed
Description
Does this bug happen when you install plugin without vim-polyglot?
No.
Describe the bug:
With vim-polyglot enabled, nvim manpager cannot handle colours correctly. See screenshot:
And nvim warns that file's been modified when :q
.
If I open nvim first then :Man man
, the colours are ok but it somehow still modifies the [No Name]
buffer and I can see a warning when :qa
.
To Reproduce:
- Using NeoVim v0.4.4, macOS or Linux
export MANPAGER='nvim +Man!'
- Use the
init.vim
below man man
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
call plug#begin()
Plug 'sheerun/vim-polyglot'
call plug#end()
Metadata
Metadata
Assignees
Labels
No labels