From bdbe1ed5ba694822ce47f3c915a70d6c3ffb4066 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Oct 2024 05:48:36 -0600 Subject: feat: better nord theme and markdown hl --- lua/plugins/headlines.lua | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 lua/plugins/headlines.lua (limited to 'lua/plugins/headlines.lua') diff --git a/lua/plugins/headlines.lua b/lua/plugins/headlines.lua deleted file mode 100644 index 97d2c7f..0000000 --- a/lua/plugins/headlines.lua +++ /dev/null @@ -1,34 +0,0 @@ -return { - "lukas-reineke/headlines.nvim", - dependencies = "nvim-treesitter/nvim-treesitter", - opts = { - markdown = { - headline_highlights = { - "Headline1", - "Headline2", - "Headline3", - "Headline4", - "Headline5", - "Headline6", - }, - codeblock_highlight = "CodeBlock", - dash_highlight = "Dash", - quote_highlight = "Quote", - bullet_highlights = { - -- "@text.title.1.marker.markdown", - -- "@text.title.2.marker.markdown", - -- "@text.title.3.marker.markdown", - -- "@text.title.4.marker.markdown", - -- "@text.title.5.marker.markdown", - -- "@text.title.6.marker.markdown", - }, - bullets = {}, - -- bullets = { "◉", "○", "✸", "✿" }, - dash_string = "-", - quote_string = "┃", - fat_headlines = false, - fat_headline_upper_string = "▃", - fat_headline_lower_string = "🬂", - }, - }, -} -- cgit v1.2.3-70-g09d2