mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 19:26:52 +02:00
feat: neovim
This commit is contained in:
21
home/base/server/neovim/lua/plugins/headlines.lua
Normal file
21
home/base/server/neovim/lua/plugins/headlines.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
"lukas-reineke/headlines.nvim",
|
||||
ft = { "norg", "markdown", "orgmode" },
|
||||
config = function()
|
||||
require("headlines").setup({
|
||||
markdown = {
|
||||
headline_highlights = {
|
||||
"Headline1",
|
||||
"Headline2",
|
||||
"Headline3",
|
||||
"Headline4",
|
||||
"Headline5",
|
||||
"Headline6",
|
||||
},
|
||||
codeblock_highlight = "CodeBlock",
|
||||
dash_highlight = "Dash",
|
||||
quote_highlight = "Quote",
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user