🚀 perf(nvim): changed latex symbols to lua package
This commit is contained in:
parent
37b893f060
commit
7b1fee6e9d
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ return {
|
|||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"kdheepak/cmp-latex-symbols",
|
||||
"amarakon/nvim-cmp-lua-latex-symbols",
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "latex_symbols", priority = 700 })
|
||||
table.insert(opts.sources, { name = "lua-latex-symbols", option = { cache = true } })
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue