Cleaner way to load vimtex config thanks to rebuilt.

This commit is contained in:
Sv7n 2021-07-05 23:39:01 +01:00
parent 5b49774744
commit 113f73100d
2 changed files with 1 additions and 3 deletions

View file

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