diff options
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 1db7da4..a3c9884 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -95,6 +95,11 @@ return packer.startup(function(use) -- snippets use {"L3MON4D3/LuaSnip", commit = ""} --snippet engine use {"rafamadriz/friendly-snippets", commit = ""} -- a bunch of snippets to use + use {"smjonas/snippet-converter.nvim", commit = ""} + + use {"SirVer/ultisnips", commit = ""} --snippet engine + use {"honza/vim-snippets", commit = ""} --snippets to use +-- use {"molleweide/LuaSnip-snippets.nvim", commit = ""} -- a bunch of snippets to use -- LSP use {"jose-elias-alvarez/null-ls.nvim", commit = ""} -- for formatters and linters @@ -125,7 +130,7 @@ return packer.startup(function(use) -- Tex -- use {"lervag/vimtex", commit = ""} - use {"f3fora/nvim-texlabconfig", commit = "", run ="go build"} + use {"f3fora/nvim-texlabconfig", run = 'go build ~/.local/bin/nvim-texlabconfig'} -- use {"emakman/nvim-latex-previewer", LatexViewer = "zathura"} -- use {"xuhdev/vim-latex-live-preview"} |
