summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua4
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 = ""}