feat(nvim): add nvim-puppeteer for f-strings
This commit is contained in:
parent
23c7e77275
commit
611584a0be
4 changed files with 30 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue