fix(nvim): correctly disable headlines.nvim in markdown files
This commit is contained in:
parent
530351d083
commit
692912782d
@ -23,7 +23,10 @@ return {
|
||||
}
|
||||
local headlines = require("headlines")
|
||||
headlines.setup({
|
||||
markdown = false,
|
||||
markdown = {
|
||||
bullets = false,
|
||||
query = false,
|
||||
},
|
||||
rmd = {
|
||||
bullets = bullets,
|
||||
bullet_highlights = bullet_highlights,
|
||||
|
Loading…
Reference in New Issue
Block a user