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

@ -37,5 +37,11 @@ with lib.my;
version = mkVersionInput inputs.nvim-treesitter;
src = inputs.nvim-treesitter;
});
nvim-puppeteer = prev.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-puppeteer";
version = mkVersionInput inputs.nvim-puppeteer;
src = inputs.nvim-puppeteer;
};
};
}