🐛 fix(nvim): autotag not working
This commit is contained in:
parent
0b7eaefe11
commit
4816716324
1 changed files with 0 additions and 7 deletions
|
@ -4,7 +4,6 @@ return {
|
||||||
---@type TSConfig
|
---@type TSConfig
|
||||||
---@diagnostic disable-next-line: missing-fields
|
---@diagnostic disable-next-line: missing-fields
|
||||||
opts = {
|
opts = {
|
||||||
autotag = { enable = true },
|
|
||||||
endwise = { enable = true },
|
endwise = { enable = true },
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
@ -72,12 +71,6 @@ return {
|
||||||
"RRethy/nvim-treesitter-endwise",
|
"RRethy/nvim-treesitter-endwise",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
|
||||||
event = "LazyFile",
|
|
||||||
enabled = true,
|
|
||||||
opts = { mode = "cursor" },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"chrisgrieser/nvim-puppeteer",
|
"chrisgrieser/nvim-puppeteer",
|
||||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||||
|
|
Loading…
Add table
Reference in a new issue