hrsh7th / cmp-latex-symbols

Add latex symbol support for nvim-cmp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" },
  },
})

Based on compe-latex-symbols.

About

Add latex symbol support for nvim-cmp.

License:MIT License


Languages

Language:Lua 100.0%