Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Created January 10, 2025 09:46
Show Gist options
  • Save BobToninho/e79ef521608709e7634beaf9f6523a0d to your computer and use it in GitHub Desktop.
Save BobToninho/e79ef521608709e7634beaf9f6523a0d to your computer and use it in GitHub Desktop.
Make neovim behave like vim (taken from rwxrob's video)
set runtimepath^=~/.vim runtimepath+=~/.vim/after
"runtimepath+=/opt/homebrew/share/vim/vim91/pack/
let &packpath = &runtimepath
source ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment