Add keybind for cmake debug
This commit is contained in:
parent
6321909afb
commit
be35cd5a14
@ -2,6 +2,11 @@ return {
|
|||||||
{ 'p00f/clangd_extensions.nvim', lazy = true },
|
{ 'p00f/clangd_extensions.nvim', lazy = true },
|
||||||
{
|
{
|
||||||
'Civitasv/cmake-tools.nvim',
|
'Civitasv/cmake-tools.nvim',
|
||||||
|
lazy = true,
|
||||||
|
ft = { 'cpp' },
|
||||||
opts = {},
|
opts = {},
|
||||||
|
keys = {
|
||||||
|
{ '<leader>db', "<cmd> CMakeDebug <cr>", desc = "CMake debug" }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user