Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 7bb0611e2e27b3e5b7db7c93a3635fab5f7d3306
https://github.com/NixOS/nixpkgs/commit/7bb0611e2e27b3e5b7db7c93a3635fab5f7d3306
Author: Nick Novitski <[email protected]>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M pkgs/misc/vim-plugins/vim-utils.nix
Log Message:
-----------
vim_configurable: Add packPath option to vimrcConfig (#22776)
* vim_configurable: Add packages option to vimrcConfig
Version 8 of vim adds the concept of "vim packages": directories which
contain one or more vim plugins, in either "start" or "opt"
subdirectories. Those in "start" are to be loaded automatically, while
those in "opt" can be loaded manually. Vim detects any packages located
in one of its "packpaths".
The packages option takes a set of sets describing one or more vim
packages, and adds the derivation containing these packages to the
packpath.
* fix documentation.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits