feat(nvf): add nvim-parinfer

This commit is contained in:
Mohammad Rafiq 2025-03-18 23:23:05 +08:00
parent 2f24231813
commit 946b165702
No known key found for this signature in database

View file

@ -62,6 +62,9 @@
nvim-treesitter-parsers = { nvim-treesitter-parsers = {
package = nvim-treesitter-parsers.yuck; package = nvim-treesitter-parsers.yuck;
}; };
nvim-parinfer = {
package = nvim-parinfer;
};
}; };
}; };
}; };