# plugins non implémentés dans nixvim et/ou nixpkgs { ... }: { # extraPlugins = [ # HORS NIXVIM # pkgs.vimPlugins."" # HORS NIXPKGS #(pkgs.vimUtils.buildVimPlugin { # name = "myPlugin"; # src = pkgs.fetchFromGitHub { # owner = ""; # repo = ""; # rev = ""; # hash = ""; # }; #}) #]; }