mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/php.lua: add phpx treesitter alias mapping
This commit is contained in:
parent
f64fddee32
commit
bad6b59ab9
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
install = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
|
install = { "php", "blade", "php_only", "phpdoc", "sql", "csv" },
|
||||||
|
alias = { phpx = "php_only" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue