From 27bfa43c320114025c8ca56fba8b81b8270b2574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Oct 2023 17:17:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(nvim):=20added=20overseer=20b?= =?UTF-8?q?ottom=20info=20instead=20of=20on=20the=20left?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/compiler.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/compiler.lua b/.config/nvim/lua/plugins/extras/compiler.lua index 1a02e08c..f2cbb8a6 100644 --- a/.config/nvim/lua/plugins/extras/compiler.lua +++ b/.config/nvim/lua/plugins/extras/compiler.lua @@ -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", opts = {