diff options
author | Dennis Eriksen <d@ennis.no> | 2024-04-04 20:38:06 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2024-04-04 20:38:06 +0200 |
commit | c0c3030c53e7ee7b86bc76efbc5438fe19f17291 (patch) | |
tree | 5b2b71da894cd978ecabf81510da9eb2f6b586a4 | |
parent | Lazyvim 3 (diff) | |
download | idgatt-c0c3030c53e7ee7b86bc76efbc5438fe19f17291.tar.gz |
disable folke/flash.nvim
-rw-r--r-- | config/.config/nvim/lua/plugins/_editor.lua | 7 |
1 files 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. |