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",
|
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
|
"RRethy/nvim-treesitter-endwise"
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local treesitter_dir = vim.fn.stdpath("data") .. "/treesitter"
|
local treesitter_dir = vim.fn.stdpath("data") .. "/treesitter"
|
||||||
@ -178,6 +179,9 @@ return {
|
|||||||
context_commentstring = {
|
context_commentstring = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
endwise = {
|
||||||
|
enable = true
|
||||||
|
},
|
||||||
textobjects = {
|
textobjects = {
|
||||||
select = {
|
select = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user