diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-02-22 21:27:25 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-02-22 21:27:25 +0100 |
| commit | 146ff572af572cab7102d77816407f8d9d182083 (patch) | |
| tree | f411f0ae9ea9cc491ebc2968e05a0883266cd3fc /fnl | |
| parent | 62856a0b3d27dfd9e7e64e9c3bdb7a52701939d5 (diff) | |
colors
Diffstat (limited to 'fnl')
| -rw-r--r-- | fnl/conf/diagnostic.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/conf/diagnostic.fnl b/fnl/conf/diagnostic.fnl index 570e1f5..7ef1dd3 100644 --- a/fnl/conf/diagnostic.fnl +++ b/fnl/conf/diagnostic.fnl @@ -9,3 +9,8 @@ (vim.keymap.set :n :<Leader>l (let [l (require :lsp_lines)] l.toggle) {:desc "Toggle lsp_lines"}) + +(vim.api.nvim_set_hl 0 :VirtualTextWarning {:link :Grey}) +(vim.api.nvim_set_hl 0 :VirtualTextError {:link :DiffDelete}) +(vim.api.nvim_set_hl 0 :VirtualTextInfo {:link :DiffChange}) +(vim.api.nvim_set_hl 0 :VirtualTextHint {:link :DiffAdd}) |
