diff options
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? | 
