mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-12 12:01:10 +01:00
plugins/ethersync: rename to teamtype
https://github.com/NixOS/nixpkgs/pull/456770
This commit is contained in:
parent
0a24eb12ce
commit
eb22bbebff
4 changed files with 8 additions and 6 deletions
9
plugins/by-name/teamtype/default.nix
Normal file
9
plugins/by-name/teamtype/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "teamtype";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
callSetup = false;
|
||||
hasSettings = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue