feat(nvim): add nvim-treesitter-endise

This commit is contained in:
Price Hiller 2023-09-02 18:43:16 -05:00
parent 8da3eb7073
commit cb18ae3666
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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