10 lines
182 B
Lua
10 lines
182 B
Lua
return {
|
|
"lukas-reineke/headlines.nvim",
|
|
dependencies = "nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
markdown = {
|
|
fat_headline_lower_string = "▔",
|
|
},
|
|
},
|
|
lazy = false,
|
|
}
|