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 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 isvim-addon-nix
, but after anixos-rebuild switch
, no file is highlighted. I also read https://nixos.org/wiki/Vim_plugins , but I tried many times to put that intoconfiguration.nix
, and none of them succeeded. Some tell me that there is no fieldvim_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?