up
This commit is contained in:
@@ -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' },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user