vim-utils / vim-man

View and grep man pages in vim
247 stars 32 forks source link

[neovim] completion doesn't work #36

Closed alx741 closed 8 years ago

alx741 commented 8 years ago

In Neovim hitting puts a ^I and doesn't complete. Also the command :Man opens a vertical split rather than a horizontal one.

I've tried the same .vimrc with Vim and both things work perfectly.

nhooyr commented 8 years ago

Completion is now in the neovim man plugin! See neovim/neovim#4449

alx741 commented 8 years ago

awesome!