diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2024-02-26 10:46:31 -0500 |
---|---|---|
committer | TJ DeVries <devries.timothyj@gmail.com> | 2024-02-26 10:46:31 -0500 |
commit | af4fd2355f211d4d19ec08ea6d57cbea483e2ee7 (patch) | |
tree | 3997ef7c9c2d23394d61cf606666e0d034d7d40c /init.lua | |
parent | 1c89b024c8ee1cdeda8cc02e9d434c0dbe08bcba (diff) |
fixup: change comment to reflect auto_install
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |