Skip to content

Commit

Permalink
fix(nvim): Fix markdown preview statusline component
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 10, 2023
1 parent ef9faef commit e6a2356
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvim/lua/my/configure/heirline/statusline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,7 @@ M.MarkdownPreview = {
else
require('mdpreview').preview({
opts = {
create_preview_win = function()
return 0
end,
winnr = 0,
},
})
end
Expand Down

0 comments on commit e6a2356

Please sign in to comment.