disable conflicting/broken overseer keymaps

This commit is contained in:
Baipyrus 2024-07-23 22:09:24 +02:00
parent 3175322e7f
commit 9cd6ce3279

View File

@ -10,6 +10,15 @@ return {
'golang.run_project',
'golang.run_file',
},
task_list = {
bindings = {
['<C-h>'] = false,
['<C-j>'] = false,
['<C-k>'] = false,
['<C-l>'] = false,
['q'] = false,
},
},
}
-- Reference: overseer.nvim/lua/overseer/window.lua