.config/nvim/lua/kamu/plugins/treesitter.lua aktualisiert

This commit is contained in:
2023-12-22 02:17:44 +01:00
parent 056f6ef828
commit 6c01a05b8b

View File

@@ -26,6 +26,7 @@ return {
},
sync_install = false,
highlight = { enable = true },
auto_install = true, -- automatically install syntax support when entering new file type buffer
indent = { enable = true },
})
end,