update php support in nvim
This commit is contained in:
parent
e2e7946c6e
commit
5d48f27304
6 changed files with 96 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue