This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nvim] Use $XDG_DATA_HOME for all plugins.
- Remove vim-plug from this repository, install it and all plugins on first run. Will be further improved when junegunn/vim-plug#104 is resolved. - Change runtimepath to include $XDG_DATA_HOME, move autoload there. - Separate plugin configuration from init.vim. The end result of this is that nvim's configuration directory is essentially static, which is a huge improvement over .gitignoring parts of it. One more step towards being able to have site-specific config.
- Loading branch information