Skip to content

Instantly share code, notes, and snippets.

@felixangell
Created December 14, 2021 16:04
Show Gist options
  • Save felixangell/aa517567eec8bf45833edcf86a66239d to your computer and use it in GitHub Desktop.
Save felixangell/aa517567eec8bf45833edcf86a66239d to your computer and use it in GitHub Desktop.
init.vim to make nvim load from 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