🐛 fix(nvim): treesitter endwise not working

This commit is contained in:
Sergio Laín 2023-11-17 21:31:06 +01:00
parent 2a88182cd7
commit 5f4a5bbcab
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,
},
},
},
}