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 | 2510c29d62d39d63bb75f1a613d2ae628a2af4ee (patch) | |
tree | 712c3db9d15452d5eeeb367afa7a4b7b617a832c /init.lua | |
parent | 60b93c95d31d1b6723ba1c85db42352b343ebe10 (diff) |
Removed duplicate line (#583)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |