Remove headlines from neovim

This commit is contained in:
Matt Anderson
2026-03-30 11:21:15 -05:00
parent bd56b4a684
commit 0df8bf192d

View File

@@ -73,9 +73,6 @@ require('lazy').setup({
-- 'folke/which-key.nvim',
{
"nvim-orgmode/orgmode",
dependencies = {
"lukas-reineke/headlines.nvim",
},
event = 'VeryLazy',
ft = { 'org' },
config = function()
@@ -106,16 +103,6 @@ require('lazy').setup({
},
}
})
require("headlines").setup({
org = {
fat_headlines = false, -- ← no more huge blocks
headline_highlights = { "Headline1", "Headline2", "Headline3", "Headline4" },
quote_string = "", -- thinner vertical bar for quotes (optional but nicer)
quote_highlight = "Quote",
},
})
end,
},
-- Study