Auto install and auto start treesitter parsers

This commit is contained in:
2025-05-26 03:27:33 +02:00
parent 380308ceb6
commit fc435a934c
2 changed files with 16 additions and 12 deletions

View File

@@ -10,12 +10,8 @@ return {
branch = "main",
build = ":TSUpdate",
opts = {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = require("tools.highlight"),
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
incremental_selection = {