mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
17 lines
213 B
Nix
17 lines
213 B
Nix
{
|
|
empty = {
|
|
plugins.typst-vim.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.typst-vim = {
|
|
enable = true;
|
|
|
|
keymaps = {
|
|
silent = true;
|
|
|
|
watch = "<leader>w";
|
|
};
|
|
};
|
|
};
|
|
}
|