feat(nvim): add headlines.nvim

This commit is contained in:
Price Hiller 2023-08-28 15:50:21 -05:00
parent 61e9726986
commit 93723dc2c6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,8 @@
return {
{
'lukas-reineke/headlines.nvim',
dependencies = "nvim-treesitter/nvim-treesitter",
config = true, -- or `opts = {}`
filetypes = { "markdown", "norg", "rmd", "org" }
}
}