Skip to content

Instantly share code, notes, and snippets.

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