lazy clangd

This commit is contained in:
dlond 2025-05-30 20:45:12 +12:00
parent 54b59756d8
commit 9cbdbe7a82
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ return {
vim.api.nvim_clear_autocmds { group = 'clangd-once' } vim.api.nvim_clear_autocmds { group = 'clangd-once' }
end end
end, end,
once = true,
}) })
vim.keymap.set('n', '<leader>lc', M.pick_commands_dir, { vim.keymap.set('n', '<leader>lc', M.pick_commands_dir, {