Created
February 18, 2020 19:39
-
-
Save dimroc/e27c9e20e3d801b99460eee17034b120 to your computer and use it in GitHub Desktop.
nvim init.vim script to load a regular .vimrc
This file contains 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