From d48d45b72e0db5edf37150fdee1625f2a5e93f38 Mon Sep 17 00:00:00 2001 From: Marcos Silva <6921937+LordMrcS@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:48:48 -0300 Subject: [PATCH] Fix init.lua --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index dd9ef7b9..9574c9a0 100644 --- a/init.lua +++ b/init.lua @@ -424,9 +424,6 @@ vim.defer_fn(function() require('nvim-treesitter.configs').setup { -- 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`)