Skip to content

Commit

Permalink
Heading support for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Oct 27, 2024
1 parent 9786787 commit 7ee7839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/nvim/.config/nvim/lua/plugins/render-markdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ return {
above = 0,
below = 0,
},
heading = {
sign = true,
icons = { '󰲡 ', '󰲣 ', '󰲥 ', '󰲧 ', '󰲩 ', '󰲫 ' },
},
code = {
style = "none",
},
Expand Down

0 comments on commit 7ee7839

Please sign in to comment.