Autoformatting with stylua

[skip ci]
This commit is contained in:
C4theBomb 2024-11-22 23:35:54 -06:00 committed by github-actions[bot]
commit b79f072ddd

View file

@ -41,12 +41,14 @@ return {
},
{
"hrsh7th/nvim-cmp",
dependencies = { {
"zbirenbaum/copilot-cmp",
config = function()
require("copilot_cmp").setup()
end,
} },
dependencies = {
{
"zbirenbaum/copilot-cmp",
config = function()
require("copilot_cmp").setup()
end,
},
},
opts = {
sources = {
{ name = "nvim_lsp", group_index = 2 },