added latexmk config.

This commit is contained in:
Gabe Venberg 2024-03-22 16:02:21 -05:00
parent ef342527a5
commit 2ff864d36e
6 changed files with 10 additions and 33 deletions

View file

@ -21,7 +21,7 @@
{name = "spell";}
];
snippet = {
expand = "luasnip";
expand = "function(args) require('luasnip').lsp_expand(args.body) end";
};
mapping = {
"<C-Space>" = "cmp.mapping.complete()";