diff options
Diffstat (limited to 'lua/lv-which-key')
| -rw-r--r-- | lua/lv-which-key/init.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua index 8e4f4b73..02d99ec8 100644 --- a/lua/lv-which-key/init.lua +++ b/lua/lv-which-key/init.lua @@ -245,6 +245,7 @@ local mappings = {      }  } +  if O.plugin.spectre.active then      mappings['r'] = {          name = "Replace", @@ -312,6 +313,7 @@ if O.lushmode then      mappings["L"] = {          name = "+Lush",          l = {":Lushify<cr>", "Lushify"}, +        x = {":lua require('lush').export_to_buffer(require('lush_theme.cool_name'))", "Lush Export"},          t = {":LushRunTutorial<cr>", "Lush Tutorial"},          q = {":LushRunQuickstart<cr>", "Lush Quickstart"}      } | 
