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