fix(nvim-cmp): show completions for :Man
This commit is contained in:
@@ -179,7 +179,7 @@ return {
|
||||
sources = cmp.config.sources({ { name = "path" } }, {
|
||||
{
|
||||
name = "cmdline",
|
||||
option = { ignore_cmds = { "Man", "!" } },
|
||||
option = { ignore_cmds = { "!" } },
|
||||
},
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user