🎨 ux(nvim): added overseer bottom info instead of on the left
This commit is contained in:
parent
44ea9a5d01
commit
27bfa43c32
1 changed files with 11 additions and 0 deletions
|
@ -25,6 +25,17 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stevearc/overseer.nvim",
|
||||||
|
opts = {
|
||||||
|
task_list = {
|
||||||
|
direction = "bottom",
|
||||||
|
min_height = 15,
|
||||||
|
max_height = 15,
|
||||||
|
default_detail = 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue