mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 19:55:10 +02:00
trying out new colorscheme
This commit is contained in:
parent
c71db74574
commit
73e7e6aa73
5 changed files with 270 additions and 4 deletions
|
@ -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"}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue