Skip to content

Commit

Permalink
Removed duplicate line (nvim-lua#583)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2510c29)
  • Loading branch information
pzerone authored and RamezAkasheh committed Jan 18, 2024
1 parent e9681fc commit 5988910
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 @@ -549,8 +549,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`)
Expand Down

0 comments on commit 5988910

Please sign in to comment.