From 79b6c24ff7465f1bb7e4a2774f76fea163a48f3b Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 11 Jan 2025 15:21:37 +0100 Subject: [PATCH] feat(neovim): add wakatime --- programs/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/neovim/default.nix b/programs/neovim/default.nix index dc63b7f..d3eb66c 100644 --- a/programs/neovim/default.nix +++ b/programs/neovim/default.nix @@ -25,6 +25,7 @@ nvim-lspconfig nvim-treesitter.withAllGrammars nvim-web-devicons # for lualine + vim-wakatime ]; }; }