neovim: float colors

This commit is contained in:
Daniel Lundin 2025-05-02 11:54:52 +02:00
commit b7f67c6223
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 47 additions and 41 deletions
home/common/nvim

View file

@ -93,7 +93,11 @@ vim.opt.grepformat = vim.opt.grepformat ^ { "%f:%l:%c:%m" }
-- Diagnostics
vim.diagnostic.config {
float = { border = "rounded" },
float = {
border = "rounded",
header = "",
source = "if_many",
},
severity_sort = true,
signs = {
linehl = {