From 39fc9422c2d9433a03b6d44539e8511d11cf7c10 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 20 Mar 2024 12:30:13 -0400 Subject: [PATCH] 245 current 2024-03-20 12:30:04 24.05.20240319.b06025f 6.8.0-zen1 * --- .../vim/config/lua/plugins/editor/overseer.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/home-manager/vim/config/lua/plugins/editor/overseer.lua diff --git a/modules/home-manager/vim/config/lua/plugins/editor/overseer.lua b/modules/home-manager/vim/config/lua/plugins/editor/overseer.lua new file mode 100644 index 0000000..57c7fe8 --- /dev/null +++ b/modules/home-manager/vim/config/lua/plugins/editor/overseer.lua @@ -0,0 +1,14 @@ +return { + 'stevearc/overseer.nvim', + opts = { +task_list = { + direction = "bottom", +}, + }, + dependencies = { + { + 'stevearc/dressing.nvim', + opts = {}, +} + }, +}