nixos-config/home/afoucaultc/packages/neovim/config/extraplugins.nix
2026-08-19 14:54:41 +02:00

18 lines
390 B
Nix

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