Skip to content

Commit

Permalink
fix(nvim): add group_index for lazydev
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Oct 12, 2024
1 parent 9c9c136 commit fc7ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/diaoul/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ return {
end, { "i", "s" }),
},
sources = cmp.config.sources({
{ name = "lazydev", group_index = 0 },
{ name = "copilot" },
{ name = "nvim_lsp" },
{ name = "lazydev" },
{ name = "snippets" },
{ name = "path" },
}, {
Expand Down

0 comments on commit fc7ea2e

Please sign in to comment.