feat(nvim): allow diag floats to be focused

This commit is contained in:
Price Hiller 2023-01-11 09:41:27 -06:00
parent a3669b6fcc
commit bc8f1c38d0

View File

@ -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",