all repos

init.lua @ 09944891f863265f0dfce62aaebcbb8d89558e54

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(plugins): add helpful
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-08 17:28:28 +0300
Parent: 51e8134
M lua/plugins.lua

@@ -5,6 +5,7 @@ { "olexsmir/gopher.nvim", ft = "go", dev = true },

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