1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

plugins/coq-thirdparty: migrate to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2025-10-23 10:26:03 +02:00 committed by Gaétan Lepage
parent ecb75f49d1
commit 342a6b6c73
3 changed files with 30 additions and 71 deletions

View file

@ -1,5 +1,4 @@
{
# Empty configuration
empty = {
plugins.coq-thirdparty.enable = true;
};
@ -8,7 +7,7 @@
plugins.coq-thirdparty = {
enable = true;
sources = [
settings = [
{
src = "nvimlua";
short_name = "nLUA";