Skip to content

Commit

Permalink
fixed unrecognised character as per: https://github.com/lukas-reineke…
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantamaikap committed Jan 18, 2024
1 parent c25be58 commit 71c795d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/plugins/editor-markdown.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
opts = {
markdown = {
fat_headline_lower_string = "",
},
},
}

0 comments on commit 71c795d

Please sign in to comment.