1 files changed,
1 insertions(+),
1 deletions(-)
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 }, }