" Neovim entry point. " " Reuses the shared vim config, then layers neovim-only settings on top. " Keep vim/neovim-agnostic settings in ~/.vimrc so plain vim gets them too; " put anything neovim-specific below. source ~/.vimrc """"""""""" Neovim-specific settings below """"""""""" " Example: neovim ships its own defaults, so a few vim compatibility shims " in .vimrc are harmless here. Add nvim-only tweaks, plugins, or lua as needed. " " To use lua from here: " lua << EOF " -- your lua config " EOF