cleanup
This commit is contained in:
parent
15ab4eb340
commit
8cfb2a3019
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ function M.pick_commands_dir()
|
|||
local entry = require('telescope.actions.state').get_selected_entry()
|
||||
require('telescope.actions').close(prompt_bufnr)
|
||||
vim.defer_fn(function()
|
||||
M.reload_clangd(entry[1])
|
||||
M.start_clangd(entry[1])
|
||||
end, 100)
|
||||
end)
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue