fix: testing revealed errors

This commit is contained in:
dlond 2025-09-03 08:05:56 +12:00 committed by Daniel Lond
parent fef576fbde
commit 220864faf2
3 changed files with 10 additions and 4 deletions

View file

@ -21,9 +21,6 @@ function M.setup()
-- Setup LSP keymaps
require('plugins.config.lsp.keymaps').setup()
-- Setup compile_commands.json picker for C/C++ projects
require('plugins.config.compile-commands-picker').setup()
end
return M