feat(nvim): add nvim-treesitter-endise
This commit is contained in:
parent
8da3eb7073
commit
cb18ae3666
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user