test&lint&fmt

This commit is contained in:
hrsh7th
2022-02-13 14:38:31 +09:00
parent 070c5572ad
commit 33fc65f174
3 changed files with 13 additions and 13 deletions

View File

@@ -240,7 +240,7 @@ cmp.status = function()
for _, name in ipairs(kinds.available) do
vim.api.nvim_echo({ { ('- %s\n'):format(name), 'Normal' } }, false, {})
end
end
end
if #kinds.unavailable > 0 then
vim.api.nvim_echo({ { '\n', 'Normal' } }, false, {})