NixOS / nixos

OBSOLETE (go to NixOS/nixpkgs) - NixOS, a Linux distribution based on the Nix package manager - OBSOLETE (go to NixOS/nixpkgs)
MIT License
176 stars 102 forks source link

Vim plugins handling #296

Closed rongcuid closed 9 years ago

rongcuid commented 9 years ago

I am very new to Nix OS (but experienced in other distros), and now I am trying to install vim plugins using the environment.systemPackages. The first one I try is vim-addon-nix, but after a nixos-rebuild switch, no file is highlighted. I also read https://nixos.org/wiki/Vim_plugins , but I tried many times to put that into configuration.nix, and none of them succeeded. Some tell me that there is no field vim_configurable, some tell me that I have infinite recursion. When I stopped trying VAM, addon-nix either does not work at all, or has missing dependencies. Do vim plugins have dependency handled properly?

rongcuid commented 9 years ago

I will move this to nixpkgs