nvim-cmp-lua-latex-symbols icon indicating copy to clipboard operation
nvim-cmp-lua-latex-symbols copied to clipboard

nvim-cmp source for LaTeX symbols (100% Lua)

Results 3 nvim-cmp-lua-latex-symbols issues
Sort by recently updated
recently updated
newest added

``` Failed (1) ○ nvim-cmp-lua-latex-symbols ■ clone failed Cloning into '/Users/nehmee/.local/share/nvim/lazy/nvim-cmp-lua-latex-symbols'... remote: Enumerating objects: 35, done. remote: Counting objects: 100% (35/35), done. remote: Compressing objects: 100% (24/24), done. remote: Total...

This aborts completion when there's no leading '\\', which is helpful if you're using a manual trigger for completion.

The README states > [cmp-latex-symbols](https://github.com/kdheepak/cmp-latex-symbols) uses Julia code to generate the symbols list, whereas this plugin sticks to Lua instead. What are the advantages of "sticking to Lua instead"? I...