all repos

init.lua @ 63cb918170898b0b4439076524ac8470b91b2ce6

my nvim config
1 files changed, 10 insertions(+), 1 deletions(-)
feat(treesitter): update list of auto-install parsers
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 },