chore: remove noice throtle

This commit is contained in:
Mariano Z. 2024-12-24 13:14:48 -03:00
parent 519f262227
commit b265dacc53
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
2 changed files with 9 additions and 9 deletions

View file

@ -53,7 +53,7 @@ M.config = function()
long_message_to_split = true,
lsp_doc_border = true,
},
throttle = 1000,
throttle = 0,
views = {
split = {
enter = true,
@ -72,8 +72,8 @@ M.config = function()
position = { row = 2, col = 2 },
},
mini = {
timeout = 3000,
position = { row = -2 },
timeout = 1000,
position = { row = 2, col = "99%" }, -- Positions at top-right
border = { style = "rounded" },
win_options = {
winblend = vim.api.nvim_get_option_value("winblend", { scope = "global" }),