fix(nvim): properly load lazy headlines
This commit is contained in:
parent
ca35deb1a2
commit
e592ec7367
@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"lukas-reineke/headlines.nvim",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true, -- or `opts = {}`
|
||||
filetypes = { "markdown", "norg", "rmd", "org" },
|
||||
config = true,
|
||||
ft = { "markdown", "norg", "rmd", "org" },
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user