Created
September 7, 2020 01:44
-
-
Save bowmanjd/ae16c97e3577fa6a6d435f8e6913af5f to your computer and use it in GitHub Desktop.
Neovim config pointing to ~/.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set runtimepath^=~/.vim runtimepath+=~/.vim/after | |
let &packpath = &runtimepath | |
source ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are like me and want to occasionally fallback to Vim, then it may make sense create an
init.vim
that essentially points to~/.vimrc
so there is one point of configuration.Save the above in
~/.config/nvim/init.vim
and Neovim will load~/.vimrc
every time it is launched: