mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Reduce timeout for nvim-notify
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user