Skip to content

Commit 2510c29

Browse files
authored
Removed duplicate line (#583)
1 parent 60b93c9 commit 2510c29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,6 @@ vim.defer_fn(function()
425425
-- Add languages to be installed here that you want installed for treesitter
426426
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
427427

428-
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
429-
auto_install = false,
430428
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
431429
auto_install = false,
432430
-- Install languages synchronously (only applied to `ensure_installed`)

0 commit comments

Comments
 (0)