diff options
Diffstat (limited to 'lua/user/cmp.lua')
| -rw-r--r-- | lua/user/cmp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 2966f5f..b8e3c14 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -104,6 +104,7 @@ cmp.setup { nvim_lsp = "[LSP]", nvim_lua = "[NVIM_LUA]", luasnip = "[Snippet]", + latex_symbols = "[LATEX_SYM]", buffer = "[Buffer]", path = "[Path]", })[entry.source.name] @@ -114,6 +115,7 @@ cmp.setup { { name = "nvim_lsp" }, { name = "nvim_lua" }, { name = "luasnip" }, + { name = "latex_symbols" }, { name = "buffer" }, { name = "path" }, }, |
