🐛 fix(nvim): endwise and puppeteer fixed loading
This commit is contained in:
parent
5ed0f02e8a
commit
7011f0ec12
2 changed files with 7 additions and 12 deletions
|
@ -1,15 +1,11 @@
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"RRethy/nvim-treesitter-endwise",
|
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
|
||||||
event = "VeryLazy",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
dependencies = {
|
||||||
|
"RRethy/nvim-treesitter-endwise",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
endwise = {
|
endwise = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
"chrisgrieser/nvim-puppeteer",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
dependencies = { "chrisgrieser/nvim-puppeteer" },
|
||||||
lazy = false,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue