all repos

init.lua @ 1b93c072e5539a07c2bdda21555230e8a8ea7c8c

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
feat(plugins): remove `lightspeed`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-07 19:24:08 +0300
Parent: 234b15a
M lua/plugins.lua

@@ -21,7 +21,6 @@ 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 "project" } use { "gpanders/editorconfig.nvim", event = "BufRead" } - use { "ggandor/lightspeed.nvim", keys = { "s", "S", "f", "F" } } use { -- commenting helper "numToStr/Comment.nvim",