all repos

init.lua @ b27e775375f97240e640aade20800f2b41fdb6b1

my nvim config
2 files changed, 0 insertions(+), 26 deletions(-)
feat(plugins): remove hop.nvim
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-10-29 15:14:31 +0300
Parent: 7547cb0
D

@@ -1,17 +0,0 @@

-local hop = require "hop" -local map = require("core.utils").map - -hop.setup {} - -map("n", "f", function() - hop.hint_char1() -end) -map("n", "F", function() - hop.hint_char2() -end) -map("n", "<localleader>f", function() - hop.hint_lines_skip_whitespace() -end) -map("n", "<localleader>F", function() - hop.hint_lines() -end)
M lua/plugins.lua

@@ -84,15 +84,6 @@ { "p00f/nvim-ts-rainbow", after = "nvim-treesitter" },

}, } - -- fast movment - use { - "phaazon/hop.nvim", - branch = "v2", - module = "hop", - keys = { "f", "F", ",f", ",F" }, - config = u.get.config "hop", - } - use { -- test runner "nvim-neotest/neotest", config = u.get.config "neotest",