3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
Rok Garbas 19248c309a 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!
2015-06-11 10:48:29 +02:00
..
applications neovim: uses vimUtils to make it configurable like vim_configurable is 2015-06-11 10:48:29 +02:00
build-support cran: remove bad mirror 2015-06-10 17:21:48 +01:00
data Update package 'fira-mono' to version 3.203. 2015-06-11 00:07:35 +02:00
desktops gnome-pomodoro: Fix meta description 2015-06-11 00:58:51 +02:00
development global: update from 6.4 to 6.5 2015-06-11 10:46:57 +02:00
games chocolate-doom: update from 2.1.0 to 2.2.0 2015-06-10 09:00:47 +02:00
misc bump dolphinEmuMaster, now needs gcc5 to compile 2015-06-09 03:24:18 -07:00
os-specific grsecurity: Update stable and test patches 2015-06-10 18:33:28 +02:00
servers redis: update from 3.0.1 to 3.0.2, fixes CVE-2015-4335 2015-06-11 10:46:57 +02:00
shells zsh: update from 5.0.7 to 5.0.8 2015-06-08 12:55:38 +02:00
stdenv Revert "curl: Modernize build" 2015-06-04 14:54:52 +02:00
test
tools Merge branch 'youtube-dl' of https://github.com/KaiSforza/nixpkgs 2015-06-11 00:36:00 +01:00
top-level Removing python-packages-generated.nix 2015-06-11 10:42:15 +02:00