reload vimrc without exiting code example
Example: reload vimrc without exiting
# from withing vim type
:source ~/.vimrc
# from withing nvim
:source ~/.config/nvim/init.vim
# from withing vim type
:source ~/.vimrc
# from withing nvim
:source ~/.config/nvim/init.vim