mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: plugins/lang/php: include html
This commit is contained in:
parent
a7abd3e2a5
commit
9ad23967e8
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ local lspservers = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
-- Include HTML because you prob always write some html with php :)
|
||||||
|
{ import = "user.plugins.lang.html" },
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue