NixOS / nixos

OBSOLETE (go to NixOS/nixpkgs) - NixOS, a Linux distribution based on the Nix package manager - OBSOLETE (go to NixOS/nixpkgs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim plugins handling

rongcuid opened this issue · comments

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?

I will move this to nixpkgs