Merge 'upstream/master' fixups (autocommand, auto_install)
fixup: change comment to reflect auto_install fixup: add autocommand link for help and description
This commit is contained in:
commit
f94c10e3bd
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ return {
|
|||
---@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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue