🐛 fix(nvim): treesitter endwise not working
This commit is contained in:
parent
2a88182cd7
commit
5f4a5bbcab
1 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"RRethy/nvim-treesitter-endwise",
|
||||
event = "BufRead",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
endwise = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue