mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
15 lines
184 B
Nix
15 lines
184 B
Nix
{
|
|
empty = {
|
|
plugins.godot.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.godot = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
executable = "godot";
|
|
};
|
|
};
|
|
};
|
|
}
|