aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
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" }