feat: add Treesitter end-wise support for better coding experience

This commit is contained in:
2024-12-11 14:56:22 -05:00
parent 2196b41b5c
commit 3adac71606
+5
View File
@@ -114,4 +114,9 @@ return {
})
end,
},
{ -- Treesitter-endwise
'RRethy/nvim-treesitter-endwise',
lazy = false,
priority = 1000,
},
}