docs: make the document consistent with the code
This commit is contained in:
@@ -368,7 +368,7 @@ Pass a table to the setup call with your configuration options.
|
|||||||
},
|
},
|
||||||
|
|
||||||
providers = {
|
providers = {
|
||||||
priority = { 'lsp', 'coc', 'markdown', 'norg' },
|
priority = { 'lsp', 'coc', 'markdown', 'norg', 'man' },
|
||||||
-- Configuration for each provider (3rd party providers are supported)
|
-- Configuration for each provider (3rd party providers are supported)
|
||||||
lsp = {
|
lsp = {
|
||||||
-- Lsp client names to ignore
|
-- Lsp client names to ignore
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ Show defaults ~
|
|||||||
},
|
},
|
||||||
|
|
||||||
providers = {
|
providers = {
|
||||||
priority = { 'lsp', 'coc', 'markdown', 'norg' },
|
priority = { 'lsp', 'coc', 'markdown', 'norg', 'man' },
|
||||||
-- Configuration for each provider (3rd party providers are supported)
|
-- Configuration for each provider (3rd party providers are supported)
|
||||||
lsp = {
|
lsp = {
|
||||||
-- Lsp client names to ignore
|
-- Lsp client names to ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user