1 files changed,
10 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-07-21 19:46:53 +0300
Parent:
91f7956
M
lua/plugins/treesitter.lua
@@ -8,7 +8,16 @@ { "nvim-treesitter/nvim-treesitter-context", config = true },
}, config = function() require("nvim-treesitter.configs").setup { - ensure_installed = { "lua", "go", "gomod", "gowork", "make" }, + ensure_installed = { + "lua", + "go", + "gomod", + "gowork", + "gosum", + "fish", + "gitignore", + "gitcommit", + }, indent = { enable = true, disable = { "python" } }, highlight = { enable = true, additional_vim_regex_highlighting = false }, autopairs = { enable = true },