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:
parent
ee5d7505e8
commit
c4155370b4
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = { "php", "php_only", "phpdoc", "blade" }
|
ensure_installed = { "php", "php_only", "phpdoc" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue