Some updates
This commit is contained in:
parent
866a9f0307
commit
34de2fa369
3 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ return {
|
|||
-- languages here or re-enable it for the disabled ones.
|
||||
local disable_filetypes = { c = true, cpp = true }
|
||||
return {
|
||||
timeout_ms = 500,
|
||||
timeout_ms = 3000,
|
||||
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
||||
}
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue