mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/hmts: move source file and test from 'utils' to 'languages/treesitter'
This commit is contained in:
parent
6b0f03e4a1
commit
889144c0b1
3 changed files with 1 additions and 1 deletions
11
tests/test-sources/plugins/languages/treesitter/hmts.nix
Normal file
11
tests/test-sources/plugins/languages/treesitter/hmts.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.hmts.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.hmts = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue