all repos

init.lua @ 5ff315a

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(treesitter): add comment to default parsers
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-05 14:38:32 +0300
Parent: 66451a6
M lua/configs/treesitter.lua

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

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