diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2020-09-05 10:20:31 -0500 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-09-05 19:29:46 +0200 |
| commit | 7a1f6b15865b666a68811869b1b6f507f15c36ce (patch) | |
| tree | 262035d0d74965f5e3726d1f738f02f8c5a4bac1 /lua/nvim-treesitter/info.lua | |
| parent | 9e22864d0311f31be4a60aee4e173143bc95da89 (diff) | |
Completion: use custom instead of customlist
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396
Diffstat (limited to 'lua/nvim-treesitter/info.lua')
| -rw-r--r-- | lua/nvim-treesitter/info.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, }, } |
