refactor(nvim): remove headlines.nvim

This commit is contained in:
Price Hiller 2023-03-27 09:22:56 -05:00
parent 7d012db9e8
commit 4387a2b362
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -843,16 +843,6 @@ 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,