mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Don't swallow bazed and add noice.nvim
This commit is contained in:
parent
38d010650f
commit
18dc1563b2
2 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
||||||
:luukvbaal/stabilize.nvim {:opt false :config #((. (require :stabilize) :setup))}
|
:luukvbaal/stabilize.nvim {:opt false :config #((. (require :stabilize) :setup))}
|
||||||
|
|
||||||
:tweekmonster/startuptime.vim {:cmd ["StartupTime"]}
|
:tweekmonster/startuptime.vim {:cmd ["StartupTime"]}
|
||||||
|
:folke/noice.nvim {:config #((. (require :noice) :setup))
|
||||||
|
:requires [:MunifTanjim/nui.nvim]}
|
||||||
:folke/persistence.nvim (cfg "dots.plugins.persistence")
|
:folke/persistence.nvim (cfg "dots.plugins.persistence")
|
||||||
:folke/zen-mode.nvim (cfg "dots.plugins.zen-mode" {:cmd ["ZenMode"]})
|
:folke/zen-mode.nvim (cfg "dots.plugins.zen-mode" {:cmd ["ZenMode"]})
|
||||||
:folke/twilight.nvim (cfg "dots.plugins.twilight")
|
:folke/twilight.nvim (cfg "dots.plugins.twilight")
|
||||||
|
|
|
@ -600,6 +600,7 @@ mySwallowEventHook = WindowSwallowing.swallowEventHook
|
||||||
, className =? "okular"
|
, className =? "okular"
|
||||||
, className =? "Zathura"
|
, className =? "Zathura"
|
||||||
, className =? "noswallow"
|
, className =? "noswallow"
|
||||||
|
, className =? "Bazed"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue