mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/typst-vim: init plugin + test
This commit is contained in:
parent
2f4a546ba6
commit
3f08cff1d0
3 changed files with 60 additions and 0 deletions
17
tests/test-sources/plugins/languages/typst/typst-vim.nix
Normal file
17
tests/test-sources/plugins/languages/typst/typst-vim.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.typst-vim.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.typst-vim = {
|
||||
enable = true;
|
||||
|
||||
keymaps = {
|
||||
silent = true;
|
||||
|
||||
watch = "<leader>w";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue