fix(nvim): properly load lazy headlines

This commit is contained in:
Price Hiller 2023-08-30 20:53:11 -05:00
parent ca35deb1a2
commit e592ec7367
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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" },
}, },
} }