cd "${HOME}/.config"
git clone [email protected]:jpcenteno/.vim.git nvim
Path | Description |
---|---|
init.vim |
Main entrypoint for neovim config. |
ftplugin/<filetype>.vim |
Local config specific to a file type. |
after/plugin/<plugin>.vim |
Override settings for a specific plugin. |