Skip to content

Commit

Permalink
fix: sagadiagnostc should be sagadiagnostic (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhg authored Jan 5, 2024
1 parent 544c228 commit 057feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspsaga/diagnostic/show.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function sd:layout_normal()
:new_normal('sp', self.bufnr)
:bufopt({
['modifiable'] = false,
['filetype'] = 'sagadiagnostc',
['filetype'] = 'sagadiagnostic',
['expandtab'] = false,
['bufhidden'] = 'wipe',
['buftype'] = 'nofile',
Expand Down

0 comments on commit 057feea

Please sign in to comment.