diff options
| author | Chris <[email protected]> | 2021-07-02 12:55:45 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-07-02 12:55:45 -0400 | 
| commit | 73e7e6aa73da99bc7488288e3061cd65a1a7303d (patch) | |
| tree | dab166ee455ba810f00b20c473ff86add0e9974c /lua/lv-which-key | |
| parent | c71db745747c79b2547e0e837e134b9260c51958 (diff) | |
trying out new colorscheme
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"}      } | 
