Created
January 10, 2025 09:46
-
-
Save BobToninho/e79ef521608709e7634beaf9f6523a0d to your computer and use it in GitHub Desktop.
Make neovim behave like vim (taken from rwxrob's video)
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 | |
"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