diff --git a/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/dots/.config/nvim/lua/plugins/configs/treesitter.lua index d6cb790c..6be4be39 100644 --- a/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -122,6 +122,7 @@ return { }, "JoosepAlviste/nvim-ts-context-commentstring", "nvim-treesitter/nvim-treesitter-textobjects", + "RRethy/nvim-treesitter-endwise" }, config = function() local treesitter_dir = vim.fn.stdpath("data") .. "/treesitter" @@ -178,6 +179,9 @@ return { context_commentstring = { enable = true, }, + endwise = { + enable = true + }, textobjects = { select = { enable = true,