Skip to content

Commit 9170837

Browse files
committed
fix(cmp-latex-symbols): use correct repository
Fixes #1236
1 parent ea0b4c3 commit 9170837

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/completion/cmp-latex-symbols

1 file changed

+1
-1
lines changed

lua/astrocommunity/completion/cmp-latex-symbols/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
"hrsh7th/nvim-cmp",
33
optional = true,
4-
dependencies = { "hrsh7th/cmp-latex-symbols" },
4+
dependencies = { "kdheepak/cmp-latex-symbols" },
55
opts = function(_, opts)
66
if not opts.sources then opts.sources = {} end
77
table.insert(opts.sources, { name = "latex_symbols", priority = 700 })

0 commit comments

Comments
 (0)