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
|
|
@ -313,5 +313,9 @@ with builtins;
|
|||
];
|
||||
opts = { };
|
||||
}
|
||||
{
|
||||
plugin = nvim-puppeteer;
|
||||
lazy = false; # NOTE: plugin lazy-loads itself.
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue