diff --git a/plugins/wakatime.nix b/plugins/wakatime.nix deleted file mode 100644 index 9791bd5..0000000 --- a/plugins/wakatime.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs, ... }: - -{ - extra = { - packages = [ pkgs.vimPlugins.vim-wakatime ]; - # TODO: auto-configure API key from sops - # (not sure if this is possible though) - #config = ""; - }; -}