From 7a1f6b15865b666a68811869b1b6f507f15c36ce Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sat, 5 Sep 2020 10:20:31 -0500 Subject: Completion: use custom instead of customlist Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396 --- lua/nvim-treesitter/info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/info.lua') diff --git a/lua/nvim-treesitter/info.lua b/lua/nvim-treesitter/info.lua index 77fd945f..bfa44b50 100644 --- a/lua/nvim-treesitter/info.lua +++ b/lua/nvim-treesitter/info.lua @@ -97,7 +97,7 @@ M.commands = { run = module_info, args = { "-nargs=?", - "-complete=customlist,nvim_treesitter#available_modules", + "-complete=custom,nvim_treesitter#available_modules", }, }, } -- cgit v1.2.3