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

nvim/lua/user/plugins/lang/php.lua: add phpx treesitter alias mapping

This commit is contained in:
Henrik Hautakoski 2026-05-17 22:36:28 +02:00
parent f64fddee32
commit bad6b59ab9

View file

@ -2,7 +2,8 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
install = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
install = { "php", "blade", "php_only", "phpdoc", "sql", "csv" },
alias = { phpx = "php_only" }
}
},
{