all repos

init.lua @ 4aaee5f054712f671a55740a6ff5323478f07f4c

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
updated treesitter config
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-26 19:08:59 +0200
Parent: 79157c3
M lua/fk/plugin/treesitter.lua

@@ -1,7 +1,7 @@

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