From 799a1b29b5da5ded2d9c65895206a61047d24e4e Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 8 Aug 2023 20:58:16 +0200 Subject: [PATCH] removed vimtex plugin --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index b17543b..b5e67eb 100644 --- a/init.lua +++ b/init.lua @@ -94,7 +94,6 @@ local packer_bootstrap = ensure_packer() local function packer_startup(use) use 'wbthomason/packer.nvim' - use 'lervag/vimtex' -- Provides autocompile on save and stuff. (Could probably just replace this thing with something custom) -- Themes -- use 'ellisonleao/gruvbox.nvim'