diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-23 19:02:53 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-23 19:02:53 +0100 |
| commit | 9ea6111717518625cbd28a020493ec06610ff01e (patch) | |
| tree | c93e2f26a04c02784e1cd1880aad97665b231c1e /lua/user/plugins.lua | |
| parent | fdff42f1bec30d7eb60b65bb0d4a925b5bd8e3ed (diff) | |
add latex symbols capability
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index af30bf5..1db7da4 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -89,6 +89,8 @@ return packer.startup(function(use) use {"hrsh7th/cmp-nvim-lsp", commit = ""} use {"hrsh7th/cmp-nvim-lua", commit = ""} use {"saadparwaiz1/cmp_luasnip", commit = ""} -- snippet completions + use {"kdheepak/cmp-latex-symbols"} + -- snippets use {"L3MON4D3/LuaSnip", commit = ""} --snippet engine @@ -124,6 +126,8 @@ return packer.startup(function(use) -- Tex -- use {"lervag/vimtex", commit = ""} use {"f3fora/nvim-texlabconfig", commit = "", run ="go build"} + -- use {"emakman/nvim-latex-previewer", LatexViewer = "zathura"} + -- use {"xuhdev/vim-latex-live-preview"} -- DAP use {"mfussenegger/nvim-dap", commit = ""} |
