aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2024-02-26 10:46:31 -0500
committerTJ DeVries <devries.timothyj@gmail.com>2024-02-26 10:46:31 -0500
commitaf4fd2355f211d4d19ec08ea6d57cbea483e2ee7 (patch)
tree3997ef7c9c2d23394d61cf606666e0d034d7d40c
parent1c89b024c8ee1cdeda8cc02e9d434c0dbe08bcba (diff)
fixup: change comment to reflect auto_install
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index fb569a4..1e5691a 100644
--- a/init.lua
+++ b/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 },