diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-12 22:23:30 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-12 22:23:30 -0400 |
| commit | fd886e18472da2884ea6c593aecfbfc7bc658cbf (patch) | |
| tree | 9c73269099050294d1f3b9f0eecf62b6d99591f5 /pkgs/custom-neovim/default.nix | |
| parent | 93291a3f4f2db070e9470fd9780b2b15ad893e17 (diff) | |
working on custom nvim
Former-commit-id: 7eeb50b4c2b95b3d917b37a3a6f0b98ed7b0d077
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 8abc968..7c63e5f 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -55,6 +55,7 @@ in # Miscellaneous Plugins presence-nvim # Discord RPC for nvim. cellular-automaton-nvim # Fun useless plugin. + vim-wakatime # For hack club challenge. ]; opt = []; }; @@ -73,5 +74,7 @@ in # Extra Tools ripgrep fd + + wakatime-cli ]; } |
