moves from plugin theme to single lua file
This commit is contained in:
parent
b39c6faf50
commit
fdd35fa934
7 changed files with 329 additions and 65 deletions
|
|
@ -21,7 +21,6 @@ return {
|
|||
},
|
||||
indent = {
|
||||
enabled = true,
|
||||
char = "┆",
|
||||
},
|
||||
input = { enabled = true },
|
||||
lazygit = {
|
||||
|
|
@ -193,5 +192,12 @@ return {
|
|||
end,
|
||||
desc = "Open notification history",
|
||||
},
|
||||
{
|
||||
"<leader>oh",
|
||||
function()
|
||||
Snacks.picker.highlights()
|
||||
end,
|
||||
desc = "List highlights",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue