diff options
| author | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
| commit | d37f266e7719a67faa99b3ec62e9a51f0033cfc2 (patch) | |
| tree | 7e667b5462d88ae9a593378d3a919349c027153b /lua/plugins/tex.lua | |
| parent | 9b3ab411798c36f4402ecb34eb77a0ee86a03447 (diff) | |
| download | neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.gz neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.bz2 neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.zip | |
starter verbesserungen
Diffstat (limited to 'lua/plugins/tex.lua')
| -rw-r--r-- | lua/plugins/tex.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/tex.lua b/lua/plugins/tex.lua index f8d4849..103d78f 100644 --- a/lua/plugins/tex.lua +++ b/lua/plugins/tex.lua @@ -5,6 +5,7 @@ return { config = function() vim.g.vimtex_quickfix_open_on_warning = 0 vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>') + vim.g.vimtex_view_method = 'zathura_simple' end, }, } |
