diff options
| author | Sreejith I V <46400271+pzerone@users.noreply.github.com> | 2024-01-10 20:06:33 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 09:36:33 -0500 |
| commit | 45ec4f42d1f8ce76d7542b3305a561704a02d3ea (patch) | |
| tree | 5a918632b688b7b2184fc827a43a6aa8c268bc04 /nvim/init.lua | |
| parent | dc0a6cfe6cbca3308cf35ae16e71f4fe3b83fd01 (diff) | |
| download | dots-45ec4f42d1f8ce76d7542b3305a561704a02d3ea.tar.gz | |
Removed duplicate line (#583)
Diffstat (limited to 'nvim/init.lua')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index dd9ef7b..1ff16af 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -427,8 +427,6 @@ vim.defer_fn(function() -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, - -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) - auto_install = false, -- Install languages synchronously (only applied to `ensure_installed`) sync_install = false, -- List of parsers to ignore installing |