1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/php.lua: ensure blade treesitter parser is installed.

This commit is contained in:
Henrik Hautakoski 2025-01-19 00:16:42 +01:00
parent ee5d7505e8
commit c4155370b4

View file

@ -73,7 +73,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "php", "php_only", "phpdoc", "blade" }
ensure_installed = { "php", "php_only", "phpdoc" }
}
},
{