Merge pull request #692 from atropos112/master

Fixes error where configuration file was not loaded for vimtex.
This commit is contained in:
rebuilt 2021-07-06 01:01:47 +02:00 committed by GitHub
commit 4a589526bc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,8 +432,7 @@ return require("packer").startup(function(use)
} }
-- LANGUAGE SPECIFIC GOES HERE -- LANGUAGE SPECIFIC GOES HERE
use { "lervag/vimtex", ft = "tex", config = function() require("lv-vimtex") end }
use { "lervag/vimtex", ft = "tex" }
-- Rust tools -- Rust tools
-- TODO: use lazy loading maybe? -- TODO: use lazy loading maybe?