all repos

init.lua @ 7c8b76a58e93f925a176b45a48ecd928e2b8b591

my nvim config
1 files changed, 11 insertions(+), 1 deletions(-)
feat(treesitter): update auto-install list
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-23 17:25:08 +0300
Parent: 2b41e05
M lua/configs/treesitter.lua

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

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