plugins/typst-vim: init plugin + test

This commit is contained in:
Gaetan Lepage 2023-05-26 11:00:04 +02:00 committed by Gaétan Lepage
parent 2f4a546ba6
commit 3f08cff1d0
3 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.typst-vim.enable = true;
};
example = {
plugins.typst-vim = {
enable = true;
keymaps = {
silent = true;
watch = "<leader>w";
};
};
};
}