From b461c878e6f70a6795d0e9b438335ccfecbb4bd9 Mon Sep 17 00:00:00 2001 From: Jacek Kiedrowski <33070637+atropos112@users.noreply.github.com> Date: Mon, 5 Jul 2021 00:00:32 +0100 Subject: Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670) --- lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 51e9c52f..e202100f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -416,8 +416,8 @@ return require("packer").startup(function(use) -- LANGUAGE SPECIFIC GOES HERE - -- Latex TODO what filetypes should this be active for? - use {"lervag/vimtex", ft = "latex"} + use {"lervag/vimtex", ft = "tex" } + -- Rust tools -- TODO: use lazy loading maybe? -- cgit v1.2.3