Revert "refactor(nvim): remove headlines.nvim"

This reverts commit 4387a2b362.
This commit is contained in:
Price Hiller 2023-03-30 11:43:51 -05:00
parent d369ec4cc7
commit 063509bfef
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -843,6 +843,16 @@ lazy.setup({
"famiu/bufdelete.nvim",
event = "VeryLazy",
},
-- Improved Visuals for Documentation
{
"lukas-reineke/headlines.nvim",
after = { "nvim-treesitter" },
event = "VeryLazy",
config = function()
require("headlines").setup()
end,
},
}, {
checker = {
enabled = true,