소스 검색

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?