summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-07-06 01:01:47 +0200
committerGitHub <[email protected]>2021-07-06 01:01:47 +0200
commit4a589526bc632d9bc98f60eb5aba6072efb769e5 (patch)
tree86258083bc9a6396cfd68b35ef0f6b603a4f62e8 /lua
parenta469c710bfc01f291df68dba40464caaa2b496da (diff)
parent113f73100d4bd4a271df81459dfa8a3d88cc257c (diff)
Merge pull request #692 from atropos112/master
Fixes error where configuration file was not loaded for vimtex.
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 2b215291..aadca5d6 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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?