瀏覽代碼

Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670)

Jacek Kiedrowski 4 年之前
父節點
當前提交
b461c878e6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lua/plugins.lua

+ 2 - 2
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?