Re-enable noice and refactor and change some color options. I previously
disabled it because it wasn't playing nicely with Zellij, this is no longer an issue when using Tmux.
This commit is contained in:
parent
0a53678bb9
commit
f0502dc916
2 changed files with 35 additions and 33 deletions
|
|
@ -39,6 +39,7 @@ return {
|
|||
cmp = true,
|
||||
dap_ui = true,
|
||||
dap = true,
|
||||
notify = true,
|
||||
},
|
||||
dim_inactive = {
|
||||
enabled = false,
|
||||
|
|
@ -84,6 +85,8 @@ return {
|
|||
|
||||
-- Lazy
|
||||
LazyNormal = { link = "EdgeTool" },
|
||||
|
||||
NotifyBackground = { link = "EdgeTool" }
|
||||
}
|
||||
end
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue