Skip to content

Commit

Permalink
Use wakatime plugin insead of using extraPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rollf committed Jun 10, 2024
1 parent 4e0ff53 commit bd00db7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/utils/wakatime.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{pkgs, ...}: {
extraPlugins = with pkgs.vimPlugins; [
vim-wakatime
];
{
plugins.wakatime = {
enable = true;
};
}

0 comments on commit bd00db7

Please sign in to comment.