diff --git a/modules/plugins/notes/orgmode/config.nix b/modules/plugins/notes/orgmode/config.nix index 36e08088..3f1b7eaf 100644 --- a/modules/plugins/notes/orgmode/config.nix +++ b/modules/plugins/notes/orgmode/config.nix @@ -13,9 +13,7 @@ in { config = mkIf cfg.enable (mkMerge [ { vim = { - startPlugins = [ - "orgmode-nvim" - ]; + startPlugins = ["orgmode"]; binds.whichKey.register = pushDownDefault { "o" = "+Notes";