docs: fix more formatting

This commit is contained in:
Soliprem 2025-12-11 15:47:42 +01:00
commit e18932d3eb
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Legacy Method {#sec-legacy-method}
Prior to version **0.5**, the method of adding new plugins was adding the plugin
package to {option}`vim.startPlugins` and adding its configuration as a DAG
package to {option}`vim.startPlugins` and adding its configuration as a DAG
under one of `vim.configRC` or {option}`vim.luaConfigRC`. While `configRC` has
been deprecated, users who have not yet updated to 0.5 or those who prefer a
more hands-on approach may choose to use the old method where the load order of

View file

@ -224,8 +224,8 @@ The changes are, in no particular order:
- Remove `autocomplete.type` in favor of per-plugin enable options such as
{option}`vim.autocomplete.nvim-cmp.enable`.
- Deprecate legacy Vimsnip in favor of Luasnip, and integrate
friendly-snippets for bundled snippets. {option}`vim.snippets.luasnip.enable`
can be used to toggle Luasnip.
friendly-snippets for bundled snippets.
{option}`vim.snippets.luasnip.enable` can be used to toggle Luasnip.
- Add sorting function options for completion sources under
{option}`vim.autocomplete.nvim-cmp.setupOpts.sorting.comparators`