feat: shorter timeouts

This commit is contained in:
Matthew Leong 2024-03-19 10:35:34 -07:00
parent e4ca69d542
commit 76aeb1a2b1
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ local default_config = {
lsp = { lsp = {
inlay_hint = false, inlay_hint = false,
format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',} format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',}
format_timeout = 2000, format_timeout = 500,
rename_notification = true, rename_notification = true,
-- table of callbacks pushed via plugins -- table of callbacks pushed via plugins
on_attach_mappings = {}, on_attach_mappings = {},

View file

@ -58,7 +58,7 @@ experience with any LSP supported language._
- Neovim (+0.10.0) nightly - Neovim (+0.10.0) nightly
- [Node.js](https://nodejs.org/en/) - [Node.js](https://nodejs.org/en/)
- [prettierd](https://github.com/fsouza/prettierd) - [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 #### Install