feat: add man support

This commit is contained in:
eph
2024-12-26 20:47:44 +08:00
parent ffde729b63
commit 38f9a8c586
3 changed files with 99 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ M.defaults = {
up_and_jump = '<C-k>',
},
providers = {
priority = { 'lsp', 'coc', 'markdown', 'norg' },
priority = { 'lsp', 'coc', 'markdown', 'norg', 'man' },
lsp = {
blacklist_clients = {},
},