feat(nvim): add nvim-puppeteer for f-strings

This commit is contained in:
Moritz Böhme 2023-09-27 10:38:27 +02:00
parent 23c7e77275
commit 611584a0be
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 30 additions and 0 deletions

View file

@ -313,5 +313,9 @@ with builtins;
];
opts = { };
}
{
plugin = nvim-puppeteer;
lazy = false; # NOTE: plugin lazy-loads itself.
}
];
}