mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
disable conflicting/broken overseer keymaps
This commit is contained in:
parent
3175322e7f
commit
9cd6ce3279
@ -10,6 +10,15 @@ return {
|
|||||||
'golang.run_project',
|
'golang.run_project',
|
||||||
'golang.run_file',
|
'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
|
-- Reference: overseer.nvim/lua/overseer/window.lua
|
||||||
|
Loading…
Reference in New Issue
Block a user