Skip to content

Commit 8e78e95

Browse files
committed
Add nvim-treesitter-endwise
1 parent 15a17e4 commit 8e78e95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,9 @@ require('lazy').setup({
808808
{ -- Highlight, edit, and navigate code
809809
'nvim-treesitter/nvim-treesitter',
810810
build = ':TSUpdate',
811+
dependencies = {
812+
'RRethy/nvim-treesitter-endwise',
813+
},
811814
opts = {
812815
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
813816
-- Autoinstall languages that are not installed
@@ -820,6 +823,9 @@ require('lazy').setup({
820823
additional_vim_regex_highlighting = { 'ruby' },
821824
},
822825
indent = { enable = true, disable = { 'ruby' } },
826+
endwise = {
827+
enable = true,
828+
},
823829
},
824830
config = function(_, opts)
825831
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`

0 commit comments

Comments
 (0)