diff options
author | Jacek Kiedrowski <[email protected]> | 2021-07-05 00:00:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-04 19:00:32 -0400 |
commit | b461c878e6f70a6795d0e9b438335ccfecbb4bd9 (patch) | |
tree | 05d0ce52f9795d6838b2460527a4950d12cf3381 /lua | |
parent | d2324d14e166a17b2573006485fd3e4e8c971100 (diff) |
Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 51e9c52f..e202100f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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? |