Merge 'upstream/master' Removed duplicate line

This commit is contained in:
Damjan 9000 2024-01-12 01:00:27 +01:00
commit cc5b4c6962

View File

@ -6,8 +6,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`)