all repos

init.lua @ fafb01eaccc6537128f02d6e02795d6cef91e953

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
update treesitter config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-20 16:14:55 +0300
Parent: 780c61c
M lua/configs/treesitter.lua

@@ -1,6 +1,6 @@

require("nvim-treesitter.configs").setup { ensure_installed = { "lua", "go", "gomod", "python", "yaml", "comment" }, - indent = { enable = true, disable = { "python", "go", "yaml", "nix" } }, + indent = { enable = true, disable = { "python" } }, highlight = { enable = true, additional_vim_regex_highlighting = false }, context_commentstring = { enable = true, enable_autocmd = false }, autopairs = { enable = true },