Hello, vim has cscope USE flag, it is great! But the plugin is not installed by any of the components... http://cscope.sourceforge.net/cscope_maps.vim It can be installed as app-vim/cscope which can be dependency of vim(cscope), be installed by cscope itself, or directly by vim.elass... Which method do you prefer? Thanks!
This is not a plugin, it's settings for cscope interface and they belong to your .vimrc ;)
Can't these settings be system wide?
That's what /etc/vim/vimrc.local is for. I don't think it's a good idea to write ebuilds for optional settings and keyboard mappings.
Thanks! But on the other hand, it is difficult to teach each user to do this stuff. Maybe add /etc/vim/vimrc.local.d and construct /etc/vim/vimrc.local out of these? (Or maybe there is a different way to do this.). Just an idea... :)