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',
|
||||
},
|
||||
lazygit = {
|
||||
enabled = true,
|
||||
},
|
||||
lazygit = { enabled = true },
|
||||
dim = { enabled = true },
|
||||
},
|
||||
init = function()
|
||||
require('snacks').dim()
|
||||
end,
|
||||
|
||||
keys = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue