Add tiny inline diagnostics and fix $TERM in tmux and alacritty to
alacritty instead of xterm-256color
This commit is contained in:
parent
8744c577ae
commit
6c605b47c2
3 changed files with 14 additions and 3 deletions
|
|
@ -7,5 +7,13 @@ return {
|
|||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
})
|
||||
|
||||
vim.cmd [[
|
||||
highlight DiagnosticUnderlineError gui=undercurl guisp=#ff0000 " Red for error
|
||||
highlight DiagnosticUnderlineWarn gui=undercurl guisp=#ffaa00 " Yellow/Orange for warning
|
||||
highlight DiagnosticUnderlineHint gui=undercurl guisp=#00ffff " Cyan for hint
|
||||
highlight DiagnosticUnderlineInfo gui=undercurl guisp=#0000ff " Blue for info
|
||||
]]
|
||||
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue