mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update vimtex's keymap.
This commit is contained in:
parent
ea12834b71
commit
9f4a861b45
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ return {
|
|||
group = vim.api.nvim_create_augroup("lazyvim_vimtex_keymap", { clear = true }),
|
||||
pattern = { "bib", "tex" },
|
||||
callback = function()
|
||||
vim.keymap.set("n", "<LocalLeader>ld", "<plug>(vimtex-doc-package)", { silent = true })
|
||||
vim.keymap.set("n", "<Leader>K", "<plug>(vimtex-doc-package)", { desc = "Vimtex Docs", silent = true })
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue