summaryrefslogtreecommitdiffstats
path: root/lua/plugins/tex.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-25 18:16:24 +0100
committerNanderty <psopka@sopka.ch>2023-03-25 18:16:24 +0100
commit063c2d97218cdabe0634054a8038cd6b5c9a9a12 (patch)
tree768cb00820e92f577fe59253ba07e58f606ced4e /lua/plugins/tex.lua
parentaf7c85ef9daaf702a179a9b3d66d03eff71db7a6 (diff)
downloadneovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.tar.gz
neovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.tar.bz2
neovim-config-063c2d97218cdabe0634054a8038cd6b5c9a9a12.zip
cleanup, snippets
Diffstat (limited to 'lua/plugins/tex.lua')
-rw-r--r--lua/plugins/tex.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/tex.lua b/lua/plugins/tex.lua
index 383e166..f8d4849 100644
--- a/lua/plugins/tex.lua
+++ b/lua/plugins/tex.lua
@@ -4,7 +4,7 @@ return {
lazy = false,
config = function()
vim.g.vimtex_quickfix_open_on_warning = 0
- vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompileSS<CR>')
+ vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>')
end,
},
}