1

Add sample latex-local nvim mapping

This commit is contained in:
2024-10-10 15:05:41 +02:00
parent 3b68cbcba7
commit 94b3d5e3ae

View File

@ -0,0 +1,8 @@
{...}: [
{
mode = "n";
key = "<localleader>t";
action = "<cmd>VimtexTocToggle<cr>";
options.desc = "VimTex ToC";
}
]