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:
Martin Larsson 2024-07-12 18:59:02 +02:00
parent 0a53678bb9
commit f0502dc916
2 changed files with 35 additions and 33 deletions

View file

@ -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
})