diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-20 01:12:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-20 01:12:35 +0800 |
| commit | 42a0663184cb356d4e662956a2b8f04c3b38007b (patch) | |
| tree | e9571d77549ac9252fd52c3c111a206b381e95a4 /lua/config/lsp.lua | |
| parent | 30774cac5bc02ab8638ac7667e5eee8e0f41a9a6 (diff) | |
Reduce timeout for nvim-notify
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 79f6091..cabe591 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -65,6 +65,7 @@ local custom_attach = function(client, bufnr) local msg = string.format("Language server %s started!", client.name) vim.api.nvim_echo({ { msg, "MoreMsg" } }, false, {}) + -- vim.notify(msg, 'info', {title = 'Nvim-config', timeout = 2500}) end local capabilities = vim.lsp.protocol.make_client_capabilities() |
