We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0b4c3 commit 9170837Copy full SHA for 9170837
lua/astrocommunity/completion/cmp-latex-symbols/init.lua
@@ -1,7 +1,7 @@
1
return {
2
"hrsh7th/nvim-cmp",
3
optional = true,
4
- dependencies = { "hrsh7th/cmp-latex-symbols" },
+ dependencies = { "kdheepak/cmp-latex-symbols" },
5
opts = function(_, opts)
6
if not opts.sources then opts.sources = {} end
7
table.insert(opts.sources, { name = "latex_symbols", priority = 700 })
0 commit comments