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:
parent
ecb75f49d1
commit
342a6b6c73
3 changed files with 30 additions and 71 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue