fix(nvim): properly set up and load headlines.nvim

This commit is contained in:
Price Hiller 2023-04-05 21:39:30 -05:00
parent 228decdd75
commit 36256444d2
No known key found for this signature in database

View File

@ -846,11 +846,8 @@ lazy.setup({
-- Improved Visuals for Documentation
{
"lukas-reineke/headlines.nvim",
after = { "nvim-treesitter" },
event = "VeryLazy",
config = function()
require("headlines").setup()
end,
dependencies = "nvim-treesitter/nvim-treesitter",
config = true
},
}, {
checker = {