update docs for ensure installed, move modules config in config.modules

This commit is contained in:
kiyan42 2020-05-01 12:26:57 +02:00
parent 1d6ad9b560
commit dc06f9ea81
3 changed files with 48 additions and 47 deletions

View file

@ -41,7 +41,8 @@ By default, everything is disabled. To enable support for features, in your `ini
node_incremental = "<leader>e", -- "grn" by default,
scope_incremental = "<leader>f" -- "grc" by default
}
}
},
ensure_installed = 'all' -- can be one of 'all', 'language' or {'language1', 'language2' ... }
}
<