diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:58:01 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:58:01 +0100 |
commit | 791d9bc4a435e525cedbfd6e566f01953459a557 (patch) | |
tree | 79f5449168cb977d33a340bbf450a5873d110e33 /fnl/plugins/lsp | |
parent | fb02bb23cbcb31ad9c37c6c12a56898697779c24 (diff) |
Fix border style diagnostics
Diffstat (limited to 'fnl/plugins/lsp')
-rw-r--r-- | fnl/plugins/lsp/diagnostics.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/diagnostics.fnl b/fnl/plugins/lsp/diagnostics.fnl index dc64517..3c24b5c 100644 --- a/fnl/plugins/lsp/diagnostics.fnl +++ b/fnl/plugins/lsp/diagnostics.fnl @@ -14,7 +14,7 @@ :severity_sort true :float {:focusable false :style :minimal - :border :rounded + :border :single :source :always :header "" :prefix ""}}) |