We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768fc89 commit 4e7bb38Copy full SHA for 4e7bb38
lua/astrocommunity/pack/php/init.lua
@@ -48,4 +48,23 @@ return {
48
},
49
50
51
+ {
52
+ "Saghen/blink.cmp",
53
+ optional = true,
54
+ opts = {},
55
+ dependencies = {
56
57
+ -- We disable autotag closing in php files since it breaks blink.cmp
58
+ ---@see https://github.com/saghen/blink.cmp/issues/2234#issuecomment-3461410965
59
+ "windwp/nvim-ts-autotag",
60
+ lazy = false,
61
62
+ opts = {
63
+ per_filetype = {
64
+ ["php"] = { enable_close = false },
65
+ },
66
67
68
69
70
}
0 commit comments