From 7a7827c5840556a7b6889bf49dc46f9a7fe42083 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:45:04 +0100 Subject: [PATCH] Fix vim --- nvim/.config/nvim/fnl/dots/plugins.fnl | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dots/plugins.fnl b/nvim/.config/nvim/fnl/dots/plugins.fnl index d7b22e1..78d9f27 100644 --- a/nvim/.config/nvim/fnl/dots/plugins.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins.fnl @@ -33,7 +33,6 @@ ; sort me pls :github/copilot.vim {:opt true :cmd ["Copilot"]} - :lervag/vimtex {:opt false} :lervag/vimtex {:opt false :setup #(require :dots.plugins.vimtex)}