chore: fix formatting

This commit is contained in:
2024-04-19 18:11:32 +02:00
parent 096a4713ae
commit 80782ffd67
2 changed files with 3 additions and 34 deletions
-14
View File
@@ -84,20 +84,6 @@ local function setup()
fallback()
end
end,
["<C-b>"] = function(fallback)
if cmp.visible_docs() then
cmp.scroll_docs(-4)
else
fallback()
end
end,
["<C-f>"] = function(fallback)
if cmp.visible_docs() then
cmp.scroll_docs(4)
else
fallback()
end
end,
},
sources = {
{ name = "nvim_lsp" },