1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 23:12:48 +01:00
nixvim/tests/test-sources/plugins/by-name/intellitab/default.nix
2024-12-16 17:19:10 +01:00

5 lines
59 B
Nix

{
empty = {
plugins.intellitab.enable = true;
};
}