Skip to content

Commit

Permalink
chore(tiny-inline-diagnostic): modify hl
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jan 21, 2025
1 parent 1046048 commit 8be294b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions fnl/tiny-inline-diagnostic.fnl
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
(let [M (require :tiny-inline-diagnostic)
hi {:error :DiagnosticError
:warn :DiagnosticWarn
:info :DiagnosticInfo
:hint :DiagnosticHint
:arrow :NonText
:background :Normal
:mixing_color :None}
options {:show_source false
:use_icons_from_diagnostic false
:add_messages true
:throttle 150
:softwrap 30
:softwrap 50
:multiple_diag_under_cursor false
:multilines {:enabled false :always_show false}
:show_all_diags_on_cursorline false
:enable_on_insert false
:enable_on_select false
:overflow {:mode :wrap}
:break_line {:enabled false :after 30}
:break_line {:enabled false :after 50}
:format nil
:virt_texts {:priority 2048}
:severity [vim.diagnostic.severity.ERROR
vim.diagnostic.severity.WARN
vim.diagnostic.severity.INFO
vim.diagnostic.severity.HINT]
:overwrite_events nil}]
(M.setup {:preset :nonerdfont : options}))
(M.setup {:preset :simple : hi : options}))
5 changes: 3 additions & 2 deletions lua/autogen/tiny-inline-diagnostic.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8be294b

Please sign in to comment.