1
0
Fork 0
This commit is contained in:
zymon 2024-08-27 16:24:17 +02:00
parent 17db04cece
commit 3f32cc9263

View file

@ -1,3 +1,5 @@
return {
{ -- notification popups
"https://github.com/rcarriga/nvim-notify",
keys = {
@ -22,6 +24,7 @@
end,
},
},
{ -- indentation guides to all lines without conceal
"https://github.com/lukas-reineke/indent-blankline.nvim",
event = "BufReadPre",
@ -37,3 +40,4 @@
},
},
},
}