all repos

init.lua @ b378063

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
treesitter: add golang to indent ignore
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-07 20:03:55 +0200
Parent: d6312f3
M lua/fk/plugin/treesitter.lua

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

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