all repos

init.lua @ 6b7b2e0

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(treesitter): remove `comment` parser from defaults
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-01-15 12:00:49 +0200
Parent: aca03d6
M lua/configs/treesitter.lua

@@ -1,5 +1,5 @@

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