diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-24 23:58:05 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-24 23:58:05 +0200 |
| commit | 0663abce2fe511810d01cd57490a767c9a4442d5 (patch) | |
| tree | 2f267080c05f34d6e7bbdbb5187944bc649a3c62 /nvim | |
| parent | fa35f50edc8c028dca9ca1ee490faaccf5e148bf (diff) | |
| download | dotfiles-0663abce2fe511810d01cd57490a767c9a4442d5.tar.xz dotfiles-0663abce2fe511810d01cd57490a767c9a4442d5.zip | |
added yazi config
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/.config/nvim/lua/plugins/misc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/plugins/misc.lua b/nvim/.config/nvim/lua/plugins/misc.lua index 7266a01..200e2df 100644 --- a/nvim/.config/nvim/lua/plugins/misc.lua +++ b/nvim/.config/nvim/lua/plugins/misc.lua @@ -27,7 +27,7 @@ return { -- VimTeX configuration goes here vim.g.vimtex_view_method = "zathura" -- Set LuaLaTeX as the default compiler - vim.g.vimtex_compiler_method = "lualatex" + vim.g.vimtex_compiler_method = "lualatex -shell-escape" end, }, |
