more updates
This commit is contained in:
parent
2184d0d904
commit
98ae2fe4d3
3 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue