Skip to content

Commit

Permalink
Removed duplicate line (nvim-lua#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzerone authored and alevern committed Jan 16, 2024
1 parent f370e0d commit 17c28c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ vim.defer_fn(function()
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'html', '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`)
Expand Down

0 comments on commit 17c28c9

Please sign in to comment.