Skip to content

Commit b0aec33

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
fixup: change comment to reflect auto_install
1 parent 14718cc commit b0aec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ require('lazy').setup({
775775
---@diagnostic disable-next-line: missing-fields
776776
require('nvim-treesitter.configs').setup {
777777
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
778-
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
778+
-- Autoinstall languages that are not installed
779779
auto_install = true,
780780
highlight = { enable = true },
781781
indent = { enable = true },

0 commit comments

Comments
 (0)