mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-03 07:31:05 +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
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "bullets";
|
||||
url = "https://github.com/bullets-vim/bullets.vim";
|
||||
description = ''
|
||||
Bullets.vim is a Vim plugin for automated bullet lists.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue