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