mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-10 05:55:59 +01:00
dev: drop vim-wakatime flake input
This commit is contained in:
parent
a4b7a3ec3c
commit
908dbd04b0
2 changed files with 0 additions and 6 deletions
|
@ -373,11 +373,6 @@
|
|||
};
|
||||
|
||||
# Utilities
|
||||
vim-wakatime = {
|
||||
url = "github:wakatime/vim-wakatime";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
colorizer = {
|
||||
url = "github:uga-rosa/ccc.nvim";
|
||||
flake = false;
|
||||
|
|
|
@ -81,7 +81,6 @@ with lib; let
|
|||
"project-nvim"
|
||||
"elixir-ls"
|
||||
"elixir-tools"
|
||||
"vim-wakatime"
|
||||
];
|
||||
# You can either use the name of the plugin or a package.
|
||||
pluginsType = with types;
|
||||
|
|
Loading…
Reference in a new issue