2 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-04-23 22:00:33 +0300
Parent:
15b4dc3
jump to
| M | lua/fk/plugin.lua |
| M | lua/fk/plugin/treesitter.lua |
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 }, }