diff --git a/nvim/lua/user/plugins/lang/php.lua b/nvim/lua/user/plugins/lang/php.lua index 16bb396..70aee89 100644 --- a/nvim/lua/user/plugins/lang/php.lua +++ b/nvim/lua/user/plugins/lang/php.lua @@ -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 = {