Skip to content

Commit

Permalink
plugins: remove headlines due to its bad readbility
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 18, 2023
1 parent bc9156f commit a779a9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lua/note/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,3 @@ pack("akinsho/org-bullets.nvim", {
require("org-bullets").setup()
end,
})

pack("lukas-reineke/headlines.nvim", {
ft = { "org", "markdown" },
config = function()
require("headlines").setup()
end,
})

0 comments on commit a779a9a

Please sign in to comment.