Skip to content

Commit

Permalink
fixup: change comment to reflect auto_install
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Feb 26, 2024
1 parent 1c89b02 commit af4fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ require('lazy').setup({
---@diagnostic disable-next-line: missing-fields
require('nvim-treesitter.configs').setup {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
-- Autoinstall languages that are not installed
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
Expand Down

0 comments on commit af4fd23

Please sign in to comment.