Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
[nvim] Use $XDG_DATA_HOME for all plugins.
Browse files Browse the repository at this point in the history
- 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
vilhalmer committed Jan 3, 2016
1 parent 956b218 commit 6a776b9
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2,155 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
*.swp
.netrw*

# plugged #
dotfiles/nvim/plugged/

# OS generated files #
.DS_Store
.DS_Store?
Expand Down
Loading

0 comments on commit 6a776b9

Please sign in to comment.