more fixes
This commit is contained in:
parent
d1bd0c8fb8
commit
3885d2be63
1 changed files with 4 additions and 1 deletions
|
|
@ -119,7 +119,10 @@ return {
|
|||
lspconfig.clangd.setup {
|
||||
cmd = self:make_clangd_cmd(self:get_target()),
|
||||
}
|
||||
vim.cmd 'edit'
|
||||
local bufname = vim.api.nvim_buf_get_name(0)
|
||||
if bufname ~= '' then
|
||||
vim.cmd 'edit'
|
||||
end
|
||||
end, 200)
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue