Skip to content

Commit

Permalink
feat(color): add headlines plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 22, 2023
1 parent cdc2107 commit 68aebcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/color/headlines-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# headlines.nvim

**Repository:** https://github.com/lukas-reineke/headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
6 changes: 6 additions & 0 deletions lua/astrocommunity/color/headlines-nvim/headlines.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
ft = { "markdown", "norg", "org", "rmd" },
opts = {},
}

0 comments on commit 68aebcb

Please sign in to comment.