feat(nvim): allow diag floats to be focused
This commit is contained in:
parent
a3669b6fcc
commit
bc8f1c38d0
@ -35,7 +35,7 @@ M.setup = function()
|
||||
underline = true,
|
||||
update_in_insert = false,
|
||||
float = {
|
||||
focusable = false,
|
||||
focusable = true,
|
||||
style = "minimal",
|
||||
border = "rounded",
|
||||
source = "always",
|
||||
|
Loading…
x
Reference in New Issue
Block a user