Remove headlines from neovim
This commit is contained in:
@@ -73,9 +73,6 @@ require('lazy').setup({
|
|||||||
-- 'folke/which-key.nvim',
|
-- 'folke/which-key.nvim',
|
||||||
{
|
{
|
||||||
"nvim-orgmode/orgmode",
|
"nvim-orgmode/orgmode",
|
||||||
dependencies = {
|
|
||||||
"lukas-reineke/headlines.nvim",
|
|
||||||
},
|
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
ft = { 'org' },
|
ft = { 'org' },
|
||||||
config = function()
|
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,
|
end,
|
||||||
},
|
},
|
||||||
-- Study
|
-- Study
|
||||||
|
|||||||
Reference in New Issue
Block a user