1
0
Fork 0
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:
Henrik Hautakoski 2024-09-12 15:55:59 +02:00
parent a7abd3e2a5
commit 9ad23967e8

View file

@ -7,6 +7,8 @@ local lspservers = {
}
return {
-- Include HTML because you prob always write some html with php :)
{ import = "user.plugins.lang.html" },
{
"nvim-treesitter/nvim-treesitter",
opts = {