mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: blade treesitter config
This commit is contained in:
parent
b9949062dc
commit
fbc8a53840
19 changed files with 177 additions and 14 deletions
|
@ -56,7 +56,7 @@ if pcode.active_javascript_config.active then
|
|||
end
|
||||
-- run if php config true
|
||||
if pcode.active_php_config then
|
||||
local lst_ts = { "php", "phpdoc" }
|
||||
local lst_ts = { "html", "php_only", "php", "bash", "blade" }
|
||||
for _, ts in pairs(lst_ts) do
|
||||
table.insert(pcode.treesitter_ensure_installed, ts)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue