diff options
author | christianchiarulli <[email protected]> | 2021-07-10 00:15:33 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-10 00:15:33 -0400 |
commit | 6d17635b31e2bf3af0f1f03284249daafe9be62f (patch) | |
tree | d908597bdba9dd4ab9f39455fac95eb10c498430 /lua/plugins.lua | |
parent | cdce596bc0771c483bb03f15c05ac20fc3416009 (diff) |
refactor tex to use ftplugin only
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 3b776b7c..4f65192c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -248,9 +248,6 @@ return require("packer").startup(function(use) use { "lervag/vimtex", ft = "tex", - config = function() - require "lv-vimtex" - end, } -- Rust tools |