This commit is contained in:
2025-09-07 12:19:33 +02:00
parent c9395198b6
commit ee7118286d
3 changed files with 3 additions and 10 deletions

View File

@@ -14,18 +14,10 @@ if not status_ok then
return
end
-- Shortcuts
--
-- old way making the LaTeX menu appears with the LSP and Lunar one
-- whk.register {
-- ["<leader>L"] = {
-- name = "LSP, Lunar, LaTeX", -- we edit the title of the L shortcut
-- }
-- }
vim.g.maplocalleader = ' ' -- we define a leader available only from tex files
whk.add {
{ '<localleader>l', hidden = true },
{ '<localleader>L', '', group = '[L]aTeX' },
{ '<localleader>Lc', '<CMD>VimtexCompileSS<CR>', desc = 'Single-shot compile project' },