mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670)
This commit is contained in:
parent
d2324d14e1
commit
b461c878e6
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue