aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-10-05 12:40:53 +0800
committerjdhao <jdhao@hotmail.com>2022-10-05 12:42:45 +0800
commitacb423984a2647e716d4fcfdc6c7496159493538 (patch)
tree5afb399ab9b746d7f7351be6b998703df4c97f87 /lua/plugins.lua
parentd40d87cb61a723104bbdd0dac533a16ed42eaf4f (diff)
remove vim-asterisk
The * can now search selected text by default. The cursor stay feature can also be simulated.
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index d60856c..14e6229 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -99,9 +99,6 @@ packer.startup {
config = [[require('config.hlslens')]],
}
- -- Stay after pressing * and search selected text
- use { "haya14busa/vim-asterisk", event = "VimEnter" }
-
-- File search, tag search and more
if vim.g.is_win then
use { "Yggdroot/LeaderF", cmd = "Leaderf" }