nvim-cmp completion source to insert Unicode symbols by their
Unicode ↔
This is similar to kdheepak/cmp-latex-symbols, but I found it to be too slow due to the large number of symbols provided.
The \
character triggers completion, which is available for all file types except
Add unitex
as a completion source.
cmp.setup {
sources = cmp.config.sources {
{name = "unitex"}
}
}