Some updates

This commit is contained in:
Jimmy Bates 2024-07-01 01:39:23 -07:00
parent 866a9f0307
commit 34de2fa369
3 changed files with 2 additions and 3 deletions

View file

@ -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,