all repos

init.lua @ 9f95fd0f15241bdf1c869b593083ef2c8ad08991

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(plugins): install `wakatime`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-16 12:58:14 +0200
Parent: ae51ef0
M lua/plugins/core.lua

@@ -4,6 +4,7 @@ "kyazdani42/nvim-web-devicons",

{ "tpope/vim-surround", keys = { "c", "d", "y" } }, { "tpope/vim-repeat", event = "VeryLazy" }, { "tweekmonster/helpful.vim", cmd = "HelpfulVersion" }, + { "wakatime/vim-wakatime", event = "VeryLazy" }, { "folke/tokyonight.nvim", lazy = false,