Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670)

This commit is contained in:
Jacek Kiedrowski 2021-07-05 00:00:32 +01:00 committed by GitHub
parent d2324d14e1
commit b461c878e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?