Files
nixos/custom-pkgs/commander-nvim/default.nix
Joakim Repomaa ea7c4cbf31 global pkgs
2025-01-30 19:33:33 +02:00

2 lines
99 B
Nix

{ util, inputs, ... }: util.vimPlugin { name = "commander.nvim"; source = inputs.commander-nvim; }