Removed duplicate line (#583)

pull/589/head
Sreejith I V 5 months ago committed by GitHub
parent 60b93c95d3
commit 2510c29d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -425,8 +425,6 @@ vim.defer_fn(function()
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
-- 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`)

Loading…
Cancel
Save