feat: shorter timeouts
This commit is contained in:
parent
e4ca69d542
commit
76aeb1a2b1
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ local default_config = {
|
|||
lsp = {
|
||||
inlay_hint = false,
|
||||
format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',}
|
||||
format_timeout = 2000,
|
||||
format_timeout = 500,
|
||||
rename_notification = true,
|
||||
-- table of callbacks pushed via plugins
|
||||
on_attach_mappings = {},
|
||||
|
|
|
@ -58,7 +58,7 @@ experience with any LSP supported language._
|
|||
- Neovim (+0.10.0) nightly
|
||||
- [Node.js](https://nodejs.org/en/)
|
||||
- [prettierd](https://github.com/fsouza/prettierd)
|
||||
- [eslint](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#eslint)
|
||||
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional)
|
||||
|
||||
#### Install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue