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 | cd1a777c8533970c9a808aab8ce3bdcce308fd7c (patch) | |
| tree | d3315cfe3bd8191b6c8ac1245093f18b729de8fd /nvim/init.lua | |
| parent | 46b9705ba1b2bbf278d620f07bfce0f27f903743 (diff) | |
| download | dots-cd1a777c8533970c9a808aab8ce3bdcce308fd7c.tar.gz | |
fixup: change comment to reflect auto_install
Diffstat (limited to 'nvim/init.lua')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index fb569a4..1e5691a 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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 }, |