This commit is contained in:
foozzi 2024-03-12 23:02:19 -04:00
parent 14cedae718
commit 3e66ac3e83

View file

@ -1,6 +1,10 @@
return {
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
config = true, -- or `opts = {}`
opts = {
markdown = {
fat_headline_lower_string = "",
},
},
lazy = false,
}