12032024
This commit is contained in:
parent
14cedae718
commit
3e66ac3e83
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
return {
|
return {
|
||||||
"lukas-reineke/headlines.nvim",
|
"lukas-reineke/headlines.nvim",
|
||||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||||
config = true, -- or `opts = {}`
|
opts = {
|
||||||
|
markdown = {
|
||||||
|
fat_headline_lower_string = "▔",
|
||||||
|
},
|
||||||
|
},
|
||||||
lazy = false,
|
lazy = false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue