Enable vim wakatime plugin
This commit is contained in:
parent
610c5d06e2
commit
41964d55e7
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
{inputs, ...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.neovim-flake.homeManagerModules.default
|
inputs.neovim-flake.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
@ -144,6 +148,10 @@
|
||||||
hop.enable = true;
|
hop.enable = true;
|
||||||
leap.enable = false;
|
leap.enable = false;
|
||||||
};
|
};
|
||||||
|
vim-wakatime = {
|
||||||
|
enable = true;
|
||||||
|
cli-package = pkgs.wakatime;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vim.notes = {
|
vim.notes = {
|
||||||
|
|
Loading…
Reference in a new issue