typo
This commit is contained in:
parent
427939537d
commit
683627659e
1 changed files with 1 additions and 1 deletions
|
|
@ -96,6 +96,6 @@ return {
|
||||||
M.watch_compile_commands()
|
M.watch_compile_commands()
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.keymap.set('n', '<leader>cc', pick_commands_dir, { desc = 'Pick location of compile_commands.json for clangd' })
|
vim.keymap.set('n', '<leader>cc', M.pick_commands_dir, { desc = 'Pick location of compile_commands.json for clangd' })
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue