summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2015-06-11 10:48:29 +0200
committerRok Garbas <rok@garbas.si>2015-06-11 10:48:29 +0200
commit19248c309ac08d314805d7c717beb998c018cf9c (patch)
tree4d634ea32215a2ac182c4af46aa653d942dadb30 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent6125f583e636afbf636ba85eb230008640f73f6d (diff)
neovim: uses vimUtils to make it configurable like vim_configurable is
- vimAlias argument , when true, will create a @out/bin/vim symlink - configure argument, which will configure neovim the same way as it does vim_configurable. eg.: ~/.nixpkgs/config.nix { packageOverrides = pkgs : with pkgs; rec { vimg = neovim.override { vimAlias = true; configure = { customRC = '' set spell ''; vam.pluginDictionaries = [ { names = [ "youcompleteme" "ctrlp"]; } ]; }; }; }; } Enjoy!
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions