lazy clangd
This commit is contained in:
parent
54b59756d8
commit
9cbdbe7a82
|
@ -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, {
|
||||||
|
|
Loading…
Reference in New Issue