diff --git a/lua/custom/plugins/overseer.lua b/lua/custom/plugins/overseer.lua index ab94c49..51946f0 100644 --- a/lua/custom/plugins/overseer.lua +++ b/lua/custom/plugins/overseer.lua @@ -10,6 +10,15 @@ return { 'golang.run_project', 'golang.run_file', }, + task_list = { + bindings = { + [''] = false, + [''] = false, + [''] = false, + [''] = false, + ['q'] = false, + }, + }, } -- Reference: overseer.nvim/lua/overseer/window.lua