From 42a0663184cb356d4e662956a2b8f04c3b38007b Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 20 Aug 2021 01:12:35 +0800 Subject: Reduce timeout for nvim-notify --- lua/config/lsp.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') 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() -- cgit v1.2.3