Autoformatting with stylua
[skip ci]
This commit is contained in:
parent
6102b79ad1
commit
b79f072ddd
1 changed files with 8 additions and 6 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue