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,
|
underline = true,
|
||||||
update_in_insert = false,
|
update_in_insert = false,
|
||||||
float = {
|
float = {
|
||||||
focusable = false,
|
focusable = true,
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
source = "always",
|
source = "always",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user