feat(nvim): add neogen plugin and phpdoc treesitter

This commit is contained in:
Florian Schmitt 2025-02-10 11:21:45 +03:00
parent ac6cba8199
commit b3cd79e061

View file

@ -101,6 +101,7 @@ return {
"markdown",
"nix",
"php",
"phpdoc",
"python",
"rust",
"templ",
@ -145,4 +146,9 @@ return {
},
},
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
{
"danymat/neogen",
config = true,
version = "*",
},
}