update php support in nvim

This commit is contained in:
Alexander Navarro 2024-09-05 09:10:40 -04:00
parent e2e7946c6e
commit 5d48f27304
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 96 additions and 21 deletions

View file

@ -4,9 +4,9 @@ return {
event = { "BufReadPost", "BufNewFile", "BufWritePre", "VeryLazy" },
dependencies = {
"nvim-treesitter/nvim-treesitter-textobjects",
"windwp/nvim-ts-autotag",
"JoosepAlviste/nvim-ts-context-commentstring",
"nvim-treesitter/nvim-treesitter-context",
{ "windwp/nvim-ts-autotag", opts = {} },
},
build = ":TSUpdate",
config = function()
@ -82,7 +82,7 @@ return {
},
},
},
autotag = { enable = true },
-- autotag = { enable = true },
})
require('ts_context_commentstring').setup {