wip(plugins): add more plugins
This commit is contained in:
parent
8184b712ca
commit
1ff2f4e929
3 changed files with 359 additions and 0 deletions
10
plugins/wakatime.nix
Normal file
10
plugins/wakatime.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
extra = {
|
||||
packages = [ pkgs.vimPlugins.vim-wakatime ];
|
||||
# TODO: auto-configure API key from sops
|
||||
# (not sure if this is possible though)
|
||||
#config = "";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue