style: format

This commit is contained in:
Folke Lemaitre 2026-03-16 19:07:44 +01:00
parent 954d8746e5
commit 6055e59613
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -70,8 +70,7 @@ return {
end, end,
}, },
vim.g.ai_cmp vim.g.ai_cmp and {
and {
-- copilot cmp source -- copilot cmp source
{ {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
@ -124,6 +123,5 @@ return {
}, },
}, },
}, },
} } or nil,
or nil,
} }