Remove headlines from neovim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user