🐛 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 {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
dependencies = {
|
||||
"RRethy/nvim-treesitter-endwise",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
endwise = {
|
||||
enable = true,
|
||||
},
|
||||
opts = {
|
||||
endwise = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
"chrisgrieser/nvim-puppeteer",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
lazy = false,
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
dependencies = { "chrisgrieser/nvim-puppeteer" },
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue