I'd like to have line numbers permanently shown in vim, not only for regular text type files rather than for help files too.
Adding set number
to the main configuration file of vim (~/.vimrc
), as it is suggested in vim line numbers - how to have them on by default?, has no effect for the help file for me.
So where do I have to apply the appropriate configuration change?