neovim: float colors
This commit is contained in:
parent
1e1285d62b
commit
b7f67c6223
3 changed files with 47 additions and 41 deletions
home/common/nvim
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue