all repos

init.lua @ 6d55dc7bf9b9abae33af9de3ffa1bc451cc00c6d

my nvim config
2 files changed, 2 insertions(+), 0 deletions(-)
added nvim-treesitter-endwise plugin
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-04-23 22:00:33 +0300
Parent: 15b4dc3
M lua/fk/plugin.lua

@@ -81,6 +81,7 @@ use {

"nvim-treesitter/nvim-treesitter", run = ":TSUpdate", config = get_config "fk.plugin.treesitter", + requires = { "RRethy/nvim-treesitter-endwise" }, } end,
M lua/fk/plugin/treesitter.lua

@@ -4,4 +4,5 @@ indent = { enable = true, disable = { "python", "go", "yaml" } },

highlight = { enable = true, additional_vim_regex_highlighting = false }, context_commentstring = { enable = true, enable_autocmd = false }, autopairs = { enable = true }, + endwise = { enable = true }, }