Skip to content

Commit

Permalink
fix: return lines in stylize_markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 28, 2022
1 parent 2d11c5b commit f9bf77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function M.setup()
vim.bo[buf].syntax = "markdown"
end
end
return vim.api.nvim_buf_get_lines(buf, 0, -1, false)
end
end
end
Expand Down

0 comments on commit f9bf77d

Please sign in to comment.