Skip to content

Commit

Permalink
diagnostic show fix #1279
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Sep 7, 2023
1 parent 5dc14c9 commit 3519a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lspsaga/diagnostic/show.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ function sd:layout_normal()
['modifiable'] = false,
['filetype'] = 'sagadiagnostc',
['expandtab'] = false,
['bufhidden'] = 'wipe',
['buftype'] = 'nofile',
})
:winopt({
['number'] = false,
Expand Down

0 comments on commit 3519a20

Please sign in to comment.