Completion: use custom instead of customlist

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396
This commit is contained in:
Santos Gallegos 2020-09-05 10:20:31 -05:00 committed by Kiyan Yazdani
parent 9e22864d03
commit 7a1f6b1586
4 changed files with 12 additions and 12 deletions

View file

@ -97,7 +97,7 @@ M.commands = {
run = module_info,
args = {
"-nargs=?",
"-complete=customlist,nvim_treesitter#available_modules",
"-complete=custom,nvim_treesitter#available_modules",
},
},
}