diff --git a/lazy-lock.json b/lazy-lock.json index b5d92c21..36211571 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -36,5 +36,6 @@ "vim-fugitive": { "branch": "master", "commit": "0444df68cd1cdabc7453d6bd84099458327e5513" }, "vim-rhubarb": { "branch": "master", "commit": "ee69335de176d9325267b0fd2597a22901d927b1" }, "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" }, - "which-key.nvim": { "branch": "main", "commit": "c5e799388989fe1b87072d6188719b529d7421c5" } + "vimtex": { "branch": "master", "commit": "80c9bc179784c30192d482741a43f176c859daa1" }, + "which-key.nvim": { "branch": "main", "commit": "058486e5b001f11ef48f180dd57ae3088f5bb6dc" } } diff --git a/lua/custom/plugins/vimtex.lua b/lua/custom/plugins/vimtex.lua new file mode 100644 index 00000000..d69cfdb7 --- /dev/null +++ b/lua/custom/plugins/vimtex.lua @@ -0,0 +1,7 @@ +return { + "lervag/vimtex", + lazy = false, + init = function () + vim.g.vimtex_view_method = "zathura" + end, +}