diff --git a/lua/cosmic/core/user.lua b/lua/cosmic/core/user.lua index 63964a8..ca80b12 100644 --- a/lua/cosmic/core/user.lua +++ b/lua/cosmic/core/user.lua @@ -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 = {}, diff --git a/readme.md b/readme.md index dba0e8c..9ae89c4 100644 --- a/readme.md +++ b/readme.md @@ -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