1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/tests/test-sources/plugins/by-name/godot/default.nix
2025-09-07 21:08:16 +00:00

15 lines
184 B
Nix

{
empty = {
plugins.godot.enable = true;
};
defaults = {
plugins.godot = {
enable = true;
settings = {
executable = "godot";
};
};
};
}