Enable dimming
This commit is contained in:
parent
cc74b77c17
commit
b07172688d
1 changed files with 5 additions and 3 deletions
|
|
@ -15,10 +15,12 @@ return {
|
||||||
},
|
},
|
||||||
what = 'permalink',
|
what = 'permalink',
|
||||||
},
|
},
|
||||||
lazygit = {
|
lazygit = { enabled = true },
|
||||||
enabled = true,
|
dim = { enabled = true },
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
init = function()
|
||||||
|
require('snacks').dim()
|
||||||
|
end,
|
||||||
|
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue