aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 30ce219..8fd082e 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -289,7 +289,7 @@ packer.startup {
use { "michaeljsmith/vim-indent-object", event = "VimEnter" }
-- Only use these plugin on Windows and Mac and when LaTeX is installed
- if vim.g.is_win or vim.g.is_mac and utils.executable("latex") then
+ if utils.executable("latex") then
use { "lervag/vimtex", ft = { "tex" } }
end