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