Files
ethersync-p2p/contrib/nix/nvim-ethersync.nix
2025-07-22 20:25:50 +02:00

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;
}