Skip to content

Commit d48d45b

Browse files
authored
Fix init.lua
1 parent 4f20f33 commit d48d45b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

init.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,6 @@ vim.defer_fn(function()
424424
require('nvim-treesitter.configs').setup {
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' },
427-
428-
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
429-
auto_install = false,
430427
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
431428
auto_install = false,
432429
-- Install languages synchronously (only applied to `ensure_installed`)

0 commit comments

Comments
 (0)