Merge pull request #1 from Strikoder/Strikoder-patch-1

Add Missing Fields to Treesitter Config to Resolve Warnings
This commit is contained in:
Mohamad Alamin Yassin 2024-01-08 14:23:08 +03:00 committed by GitHub
commit 80b6f1175f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -427,6 +427,17 @@ vim.defer_fn(function()
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,
-- Install languages synchronously (only applied to `ensure_installed`)
sync_install = false,
-- List of parsers to ignore installing
ignore_install = {},
modules = {
-- You can specify additional Treesitter modules here
-- For example:
-- playground = {
-- enable = true,
-- },
},
highlight = { enable = true },
indent = { enable = true },