All Projects → kdheepak → cmp-latex-symbols

kdheepak / cmp-latex-symbols

Licence: MIT license
Add latex symbol support for nvim-cmp.

Programming Languages

lua
6591 projects
julia
2034 projects

Projects that are alternatives of or similar to cmp-latex-symbols

nvim
Structure, documented, super fast neovim configuration. 可能是翻斗花园最好用的 neovim 配置[^1]。
Stars: ✭ 223 (+171.95%)
Mutual labels:  nvim-cmp
cmp-tmux
Tmux completion source for nvim-cmp and nvim-compe
Stars: ✭ 98 (+19.51%)
Mutual labels:  nvim-cmp
nvim-fennel-lsp-conjure-as-clojure-ide
Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.
Stars: ✭ 144 (+75.61%)
Mutual labels:  nvim-cmp
cmp-vsnip
nvim-cmp source for vim-vsnip
Stars: ✭ 70 (-14.63%)
Mutual labels:  nvim-cmp
cmp-dictionary
nvim-cmp source for dictionary.
Stars: ✭ 60 (-26.83%)
Mutual labels:  nvim-cmp
cmp-under-comparator
nvim-cmp comparator function for completion items that start with one or more underlines
Stars: ✭ 77 (-6.1%)
Mutual labels:  nvim-cmp
cmp-treesitter
cmp source for treesitter
Stars: ✭ 69 (-15.85%)
Mutual labels:  nvim-cmp
cmp-path
nvim-cmp source for path
Stars: ✭ 137 (+67.07%)
Mutual labels:  nvim-cmp
cmp-skkeleton
skkeleton source for nvim-cmp
Stars: ✭ 12 (-85.37%)
Mutual labels:  nvim-cmp
cmp-nvim-ultisnips
nvim-cmp source for ultisnips
Stars: ✭ 61 (-25.61%)
Mutual labels:  nvim-cmp
cmp-nvim-lsp-document-symbol
nvim-cmp source for textDocument/documentSymbol via nvim-lsp.
Stars: ✭ 88 (+7.32%)
Mutual labels:  nvim-cmp
cmp-rg
ripgrep source for nvim-cmp
Stars: ✭ 165 (+101.22%)
Mutual labels:  nvim-cmp
crates.nvim
A neovim plugin that helps managing crates.io dependencies
Stars: ✭ 252 (+207.32%)
Mutual labels:  nvim-cmp
cmp-spell
spell source for nvim-cmp based on vim's spellsuggest.
Stars: ✭ 99 (+20.73%)
Mutual labels:  nvim-cmp
cmp luasnip
luasnip completion source for nvim-cmp
Stars: ✭ 290 (+253.66%)
Mutual labels:  nvim-cmp
nvim-cmp
A completion plugin for neovim coded in Lua.
Stars: ✭ 4,534 (+5429.27%)
Mutual labels:  nvim-cmp
cmp-emoji
nvim-cmp source for emoji
Stars: ✭ 99 (+20.73%)
Mutual labels:  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].