(dotfiles)

vim

.vim/

.vimrc

neovim:
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc

<