aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-01-12 01:00:27 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-01-12 01:00:27 +0100
commitcc5b4c6962999d079c79d74e2107d0db450ffa58 (patch)
treec796891041fe5c30ac3ca1bd2ec283221afb335c /lua
parent70683b1a4d29698189cb6a13eb363c71715bca93 (diff)
parent2510c29d62d39d63bb75f1a613d2ae628a2af4ee (diff)
Merge 'upstream/master' Removed duplicate line
Diffstat (limited to 'lua')
-rw-r--r--lua/treesitter-setup.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/treesitter-setup.lua b/lua/treesitter-setup.lua
index 0a9e63e..85ac63c 100644
--- a/lua/treesitter-setup.lua
+++ b/lua/treesitter-setup.lua
@@ -8,8 +8,6 @@ vim.defer_fn(function()
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,
- -- 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