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,
update_in_insert = false,
float = {
focusable = false,
focusable = true,
style = "minimal",
border = "rounded",
source = "always",