From e18932d3ebac1cd4ffa20b4f4540ff2c56a95fe6 Mon Sep 17 00:00:00 2001 From: Soliprem Date: Thu, 11 Dec 2025 15:47:42 +0100 Subject: [PATCH] docs: fix more formatting --- docs/manual/configuring/custom-plugins/legacy-method.md | 2 +- docs/manual/release-notes/rl-0.7.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/configuring/custom-plugins/legacy-method.md b/docs/manual/configuring/custom-plugins/legacy-method.md index e0228ee9..f4976e5f 100644 --- a/docs/manual/configuring/custom-plugins/legacy-method.md +++ b/docs/manual/configuring/custom-plugins/legacy-method.md @@ -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 diff --git a/docs/manual/release-notes/rl-0.7.md b/docs/manual/release-notes/rl-0.7.md index 8829abbd..d5bb7a51 100644 --- a/docs/manual/release-notes/rl-0.7.md +++ b/docs/manual/release-notes/rl-0.7.md @@ -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`