Skip to content

Commit

Permalink
fix(cmp-latex-symbols): use correct repository
Browse files Browse the repository at this point in the history
Fixes #1236
  • Loading branch information
mehalter committed Nov 17, 2024
1 parent ea0b4c3 commit 9170837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/cmp-latex-symbols/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"hrsh7th/nvim-cmp",
optional = true,
dependencies = { "hrsh7th/cmp-latex-symbols" },
dependencies = { "kdheepak/cmp-latex-symbols" },
opts = function(_, opts)
if not opts.sources then opts.sources = {} end
table.insert(opts.sources, { name = "latex_symbols", priority = 700 })
Expand Down

0 comments on commit 9170837

Please sign in to comment.