force shutdown
This commit is contained in:
parent
5d7b298adc
commit
14138a6b2a
|
@ -15,7 +15,7 @@ end
|
||||||
function M.stop_clangd()
|
function M.stop_clangd()
|
||||||
for _, client in ipairs(vim.lsp.get_clients()) do
|
for _, client in ipairs(vim.lsp.get_clients()) do
|
||||||
if client.name == 'clangd' then
|
if client.name == 'clangd' then
|
||||||
client.stop()
|
client.stop { force = true }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue