Update popup styling

Refactor shortcuts to 'v' for view
Add shortcut to expand error messages in a popup
This commit is contained in:
Daniel McKnight 2025-06-03 23:01:31 -07:00
parent 4da2691f16
commit 97be591856
3 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,6 @@ return {
},
})
vim.cmd("colorscheme github_dark_default")
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "#0d1117" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "#222222" })
end,
}