Skip to content

Commit

Permalink
Use new wakatime nixvim option
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jul 11, 2024
1 parent 8a71a82 commit 78b83cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
barbecue.enable = true;
lastplace.enable = true;
illuminate.enable = true;
wakatime.enable = true;

cmp-treesitter.enable = true;
cmp-nvim-lsp.enable = true;
Expand Down Expand Up @@ -352,7 +353,6 @@
};

extraPlugins = with pkgs.vimPlugins; [
vim-wakatime
smartcolumn-nvim
];

Expand Down

0 comments on commit 78b83cf

Please sign in to comment.