moves from plugin theme to single lua file

This commit is contained in:
Dennis Schoepf 2025-11-05 15:55:56 +01:00
parent b39c6faf50
commit fdd35fa934
7 changed files with 329 additions and 65 deletions

View file

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