mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +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, ... }:
|
||||||
lib.nixvim.plugins.mkVimPlugin {
|
lib.nixvim.plugins.mkVimPlugin {
|
||||||
name = "bullets";
|
name = "bullets";
|
||||||
url = "https://github.com/bullets-vim/bullets.vim";
|
|
||||||
description = ''
|
description = ''
|
||||||
Bullets.vim is a Vim plugin for automated bullet lists.
|
Bullets.vim is a Vim plugin for automated bullet lists.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ lib.nixvim.plugins.mkVimPlugin {
|
||||||
name = "earthly";
|
name = "earthly";
|
||||||
packPathName = "earthly.vim";
|
packPathName = "earthly.vim";
|
||||||
package = "earthly-vim";
|
package = "earthly-vim";
|
||||||
url = "https://github.com/earthly/earthly.vim";
|
|
||||||
description = "Earthfile syntax highlighting for vim";
|
description = "Earthfile syntax highlighting for vim";
|
||||||
maintainers = [ lib.maintainers.DataHearth ];
|
maintainers = [ lib.maintainers.DataHearth ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
with lib;
|
with lib;
|
||||||
lib.nixvim.plugins.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "sniprun";
|
name = "sniprun";
|
||||||
url = "https://github.com/michaelb/sniprun";
|
|
||||||
description = "A neovim plugin to run lines/blocs of code.";
|
description = "A neovim plugin to run lines/blocs of code.";
|
||||||
|
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
description = ''
|
description = ''
|
||||||
Timetravel for neovim
|
Timetravel for neovim
|
||||||
'';
|
'';
|
||||||
# TODO: Remove after https://github.com/NixOS/nixpkgs/pull/438707
|
|
||||||
url = "https://github.com/FredeHoey/tardis.nvim";
|
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.fredeb ];
|
maintainers = [ lib.maintainers.fredeb ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue