From 93d7734f4b8ed607a302bb8d46d5fc651c73f535 Mon Sep 17 00:00:00 2001 From: Aura <aura8897@gmail.com> Date: Wed, 22 Jan 2025 10:10:03 +0800 Subject: [PATCH] docs: make the document consistent with the code --- README.md | 2 +- doc/outline.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a3e57..814d713 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ Pass a table to the setup call with your configuration options. }, providers = { - priority = { 'lsp', 'coc', 'markdown', 'norg' }, + priority = { 'lsp', 'coc', 'markdown', 'norg', 'man' }, -- Configuration for each provider (3rd party providers are supported) lsp = { -- Lsp client names to ignore diff --git a/doc/outline.txt b/doc/outline.txt index e5fe127..174d8f7 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -317,7 +317,7 @@ Show defaults ~ }, providers = { - priority = { 'lsp', 'coc', 'markdown', 'norg' }, + priority = { 'lsp', 'coc', 'markdown', 'norg', 'man' }, -- Configuration for each provider (3rd party providers are supported) lsp = { -- Lsp client names to ignore