1 files changed,
1 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-06-23 20:26:29 +0300
Parent:
37fa20c
M
lua/plugins.lua
@@ -22,6 +22,7 @@ use { "tpope/vim-surround", keys = { "c", "d", "y" } }
use { "kyazdani42/nvim-web-devicons", module = "nvim-web-devicons" } use { "ahmedkhalf/project.nvim", config = u.get.config "configs.project" } use { "gpanders/editorconfig.nvim", event = "BufRead" } + use { "ggandor/lightspeed.nvim", keys = { "s", "S", "f", "F" } } use { -- commenting helper "numToStr/Comment.nvim",