mirror of
https://github.com/ethersync/ethersync.git
synced 2025-08-02 04:07:29 +03:00
10 lines
203 B
Nix
10 lines
203 B
Nix
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
{vimUtils, ...}:
|
|
vimUtils.buildVimPlugin {
|
|
name = "ethersync";
|
|
src = ../../nvim-plugin;
|
|
}
|