Enable vim wakatime plugin

This commit is contained in:
floppydiskette 2023-06-17 21:36:56 +01:00
parent 610c5d06e2
commit 41964d55e7
No known key found for this signature in database

View file

@ -1,4 +1,8 @@
{inputs, ...}: {
{
inputs,
pkgs,
...
}: {
imports = [
inputs.neovim-flake.homeManagerModules.default
];
@ -144,6 +148,10 @@
hop.enable = true;
leap.enable = false;
};
vim-wakatime = {
enable = true;
cli-package = pkgs.wakatime;
};
};
vim.notes = {