another day

This commit is contained in:
Iwaniuk Krzysztof 2024-06-19 00:41:29 +02:00
parent feb59d91c5
commit 1bbc50e3a9
27 changed files with 419 additions and 246 deletions

8
lua/plugins/rainbow.lua Normal file
View file

@ -0,0 +1,8 @@
return {
{
'HiPhish/rainbow-delimiters.nvim',
config = function(_, opts)
require('rainbow-delimiters.setup').setup {}
end,
},
}