From c0c3030c53e7ee7b86bc76efbc5438fe19f17291 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 4 Apr 2024 20:38:06 +0200 Subject: disable folke/flash.nvim --- config/.config/nvim/lua/plugins/_editor.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/.config/nvim/lua/plugins/_editor.lua b/config/.config/nvim/lua/plugins/_editor.lua index d08b1c6..69e3029 100644 --- a/config/.config/nvim/lua/plugins/_editor.lua +++ b/config/.config/nvim/lua/plugins/_editor.lua @@ -28,9 +28,10 @@ return { -- Flash enhances the built-in search functionality by showing labels -- at the end of each match, letting you quickly jump to a specific -- location. - --{ -- https://github.com/folke/flash.nvim - -- "folke/flash.nvim", - --}, + { -- https://github.com/folke/flash.nvim + "folke/flash.nvim", + enabled = false, + }, -- which-key helps you remember key bindings by showing a popup -- with the active keybindings of the command you started typing. -- cgit v1.2.3