• Stars
    star
    125
  • Rank 284,520 (Top 6 %)
  • Language
    Lua
  • License
    MIT License
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Add latex symbol support for nvim-cmp.

cmp-latex-symbols

Add latex symbol support for nvim-cmp.

cmp-latex-symbols mov

Install

Using Packer:

use({
  "hrsh7th/nvim-cmp",
  requires = {
    { "kdheepak/cmp-latex-symbols" },
  },
  sources = {
    {
      name = "latex_symbols",
      option = {
        strategy = 0, -- mixed
      },
    },
  },
})

Options

strategy

Set the display strategy.

Type: number Default: 0 -- mixed Possible values:

  • 0 -- mixed Show the command and insert the symbol
  • 1 -- julia Show and insert the symbol
  • 2 -- latex Show and insert the command

Original based on compe-latex-symbols.

Currently uses unimathsymbols.txt and LaTeX symbols defined by the Julia REPL. For emoji's, use this source.

See @ExpandingMan's repo for a source with all and only the latex and emoji symbols defined by the Julia REPL.

More Repositories

1

taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
Rust
1,398
star
2

lazygit.nvim

Plugin for calling lazygit from within neovim.
Lua
1,317
star
3

panvimdoc

Write documentation in pandoc markdown. Generate documentation in vimdoc.
CSS
242
star
4

tabline.nvim

A "buffer and tab" tabline for neovim
Lua
232
star
5

TerminalUserInterfaces.jl

Terminal User Interfaces in Julia.
Julia
93
star
6

monochrome.nvim

A monochrome colorscheme for neovim
Lua
88
star
7

JuliaFormatter.vim

A (N)Vim plugin for formatting Julia code using JuliaFormatter.jl.
Vim Script
70
star
8

Presentation.jl

Julia
41
star
9

c3.py

Commit Counter Chart is a Python Flask app to view git history using D3.js
HTML
39
star
10

FIGlet.jl

Julia
26
star
11

awesome-advent-of-code

19
star
12

dotfiles

Shell
16
star
13

ReverseStackTraces.jl

Display stack traces in reverse order
Julia
13
star
14

github-release

github-release is a command line utility tool that allows you to easily manage your releases on GitHub.
Nim
13
star
15

nvim-dap-julia

Lua
13
star
16

moonshine.nvim

Rust
12
star
17

keystrokes.nvim

Show keystrokes in neovim.
Lua
11
star
18

PyomoGettingStarted

IPython notebooks that illustrate the Pyomo optimization modeling software
Python
10
star
19

JET.nvim

Julia
10
star
20

pandoc-ieee-template

TeX
9
star
21

psst

Python
9
star
22

pelican-smoothie

Pelican-Smoothie - A Bootstrap theme for the static site generator Pelican
CSS
8
star
23

think-git

A intermediate git tutorial
HTML
7
star
24

PySyntax.jl

(*deprecated*) PySyntax.jl allows Python-like syntax in Julia. Py.jl provides a light wrapper on top of PyCall.jl in the form of a macro.
Jupyter Notebook
6
star
25

TERMIOS.jl

This Julia package provides an TERMIOS interface to the POSIX calls for tty I/O control.
Julia
6
star
26

Pandoc.jl

Pandoc Interface and Types in Julia
Julia
5
star
27

Notcurses.jl

Julia
5
star
28

blog

My personal thoughts and notes
TeX
4
star
29

sveltekit-shiki-endpoint-error

JavaScript
4
star
30

tasker_sl4a

Python Code that parses public Google Calendar feed for events and event location
Python
4
star
31

juliacon2020-terminal-user-interfaces-in-julia

Julia
3
star
32

quarto-svgbob

Render svgbob diagrams directly in your quarto documents.
Lua
3
star
33

mpld3_plugins

Python
3
star
34

ts-julia-actions

Lua
3
star
35

libcrossterm

libcrossterm is a Rust cdylib library providing a C-API to access the excellent crossterm crate.
Rust
3
star
36

pandoc-paper

CSS
3
star
37

Crossterm.jl

Julia
2
star
38

fono

Find number of optimal order from websites considering shipping costs
Python
2
star
39

jupyter-notebook

HTML
2
star
40

kdheepak.github.io

TeX
2
star
41

GeekToolBash

A bash script to download random Calvin and Hobbes comic strips from gocomics.com/calvinandhobbes/
Shell
2
star
42

juliacon2019-open-source-power-system-production-cost-modeling-in-julia

Jupyter Notebook
2
star
43

Tasker_WhatsPush

Forward Whatsapp Messages to and Reply from Desktop
1
star
44

pandasplexos

Python
1
star
45

mwe-swig-python3-anaconda

C
1
star
46

game-of-life

Rust
1
star
47

juliacon2019-why-writing-c-interfaces-in-julia-is-so-easy-asterisk

Julia
1
star
48

adventofcode

Julia
1
star
49

iou

Solve for the optimally minimum number of transactions to settle debts and expenses with friends
Python
1
star
50

pandoc-ipynb

HTML
1
star
51

opendss-mirror

Pascal
1
star
52

interactive-data-visualizations-with-bokeh

Interactive Data Visualizations with Bokeh
JavaScript
1
star
53

license

`license` is a command line utility tool that allows you to easily add licenses to your open source projects
Nim
1
star
54

mergetool.nvim

1
star
55

d2-markdown-preview

d2 vscode markdown preview extension
TypeScript
1
star
56

nvim

Lua
1
star
57

remark-svgbob

Convert markdown codeblock with ascii diagram to svg using svgbob wasm
JavaScript
1
star