mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-25 02:10:58 +01:00
plugins: fix duplicate URL definitions
This commit is contained in:
parent
79533f91c1
commit
c55042f739
4 changed files with 0 additions and 5 deletions
|
|
@ -6,7 +6,6 @@
|
|||
with lib;
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "sniprun";
|
||||
url = "https://github.com/michaelb/sniprun";
|
||||
description = "A neovim plugin to run lines/blocs of code.";
|
||||
|
||||
maintainers = with maintainers; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue