diff --git a/modules/home-manager/modules/nixvim/languages/godot.nix b/modules/home-manager/modules/nixvim/languages/godot.nix index b7394e0..765c053 100644 --- a/modules/home-manager/modules/nixvim/languages/godot.nix +++ b/modules/home-manager/modules/nixvim/languages/godot.nix @@ -14,6 +14,7 @@ in config = lib.mkIf cfg.enable { plugins = { godot.enable = true; + conform-nvim.settings.formatters_by_ft.gdscript = [ "gdscript-formatter" ]; lsp.servers.gdscript = { enable = true; package = null;