🎨 ux(nvim): added overseer bottom info instead of on the left

This commit is contained in:
Sergio Laín 2023-10-21 17:17:35 +02:00
parent 44ea9a5d01
commit 27bfa43c32
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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 = {