Open laoshaw opened 3 years ago
looks like pipx install cppman
will use its own cppman.vim under python's site-packages instead of suing ~/.vim/plugged/vim-cppman's cppman.vim? how do they relate?
This plugin is heavily based on cppman.vim, but instead of vim being used as a pager from cppman this plugin uses cppman to show the docs in the existing vim session. Regarding the splitting: there might be some hardcoded split-right behaviour in this plugin.
thanks. it seems cppman uses its own cppman.vim and ignores the cppman.vim under $HOME/.vim/plugged/vim-cppman? I compared and these two same-name cppman.vim are different.
tried with
:set splitbelow
and can never make it work, always split to the right but I want to have it below.