Add wakatime to LazyVim

This commit is contained in:
Roman Godmaire 2023-09-07 14:34:50 -04:00
parent a1cb02e9ff
commit 822ac13526
3 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,6 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
(package! just-mode)
(package! protobuf-mode)
(package! wakatime-mode)
(package! prisma-mode :recipe (:host github :repo "pimeys/emacs-prisma-mode" :branch "main"))

View file

@ -61,5 +61,6 @@
"venv-selector.nvim": { "branch": "main", "commit": "cc312074371aff5b0d8d481b80c9c4de2a5287d7" },
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
"vim-startuptime": { "branch": "master", "commit": "454b3de856b7bd298700de33d79774ca9b9e3875" },
"vim-wakatime": { "branch": "master", "commit": "018fa9a80c27ccf2a8967b9e27890372e5c2fb4f" },
"which-key.nvim": { "branch": "main", "commit": "38b990f6eabf62014018b4aae70a97d7a6c2eb88" }
}

View file

@ -1,6 +1,7 @@
return {
{ "ellisonleao/gruvbox.nvim" },
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim", config = true },
{ "wakatime/vim-wakatime" },
{
"LazyVim/LazyVim",
opts = {