Skip to content

Commit

Permalink
Re-config the lspsage.nvim diagnotics
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Oct 8, 2023
1 parent a24ce7b commit b67fe00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/configs/plugin/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local opts = {
open_cmd = "!google-chrome-stable",
},
diagnostic = {
on_insert = true,
on_insert = false,
on_insert_follow = false,
insert_winblend = 0,
show_source = true,
Expand All @@ -51,7 +51,7 @@ local opts = {
text_hl_follow = true,
border_follow = true,
extend_relatedInformation = false,
diagnostic_only_current = true,
diagnostic_only_current = false,
keys = {
exec_action = "o",
quit = "q",
Expand Down

0 comments on commit b67fe00

Please sign in to comment.