02032024
This commit is contained in:
parent
6432b026bd
commit
878d5475c9
2 changed files with 7 additions and 0 deletions
6
global/.config/nvim/lua/plugins/headlines.lua
Normal file
6
global/.config/nvim/lua/plugins/headlines.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"lukas-reineke/headlines.nvim",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true, -- or `opts = {}`
|
||||
lazy = false,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue