Skip to content

Commit 8a5c67e

Browse files
committed
Feat: Add nvim-treesitter-endwise
1 parent d58d29f commit 8a5c67e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/plugins/theme/treesitter.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return {
66
"nvim-treesitter/nvim-treesitter-textobjects",
77
"JoosepAlviste/nvim-ts-context-commentstring",
88
"numToStr/Comment.nvim",
9+
"RRethy/nvim-treesitter-endwise",
910
},
1011
config = function()
1112
---@class TSConfigs
@@ -47,6 +48,7 @@ return {
4748
ignore_install = {},
4849
highlight = { enable = true },
4950
indent = { enable = true },
51+
endwise = { enable = true },
5052
modules = {},
5153
incremental_selection = {
5254
enable = true,

0 commit comments

Comments
 (0)