more updates

This commit is contained in:
Rahsheen Porter 2022-11-16 19:37:03 -05:00
parent 2184d0d904
commit 98ae2fe4d3
3 changed files with 10 additions and 6 deletions

View file

@ -23,7 +23,7 @@ null_ls.setup({
buffer = bufnr,
callback = function()
-- on 0.8, you should use vim.lsp.buf.format({ bufnr = bufnr }) instead
vim.lsp.buf.format({ bufnr = bufnr })
vim.lsp.buf.format({ bufnr = bufnr, timeout_ms = 10000 })
end,
})
end