feat(nvim): add headlines.nvim
This commit is contained in:
parent
61e9726986
commit
93723dc2c6
8
dots/.config/nvim/lua/plugins/configs/headlines.lua
Normal file
8
dots/.config/nvim/lua/plugins/configs/headlines.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
'lukas-reineke/headlines.nvim',
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true, -- or `opts = {}`
|
||||
filetypes = { "markdown", "norg", "rmd", "org" }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user