mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
chore: remove noice throtle
This commit is contained in:
parent
519f262227
commit
b265dacc53
2 changed files with 9 additions and 9 deletions
|
@ -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" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue