trying out new colorscheme

This commit is contained in:
Chris 2021-07-02 12:55:45 -04:00
parent c71db74574
commit 73e7e6aa73
5 changed files with 270 additions and 4 deletions

View file

@ -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"}
}