initial commit

This commit is contained in:
pika 2024-06-25 11:13:26 +02:00
parent dc5408f1a2
commit 9889f6c4ee
35 changed files with 1302 additions and 0 deletions

View file

@ -0,0 +1,17 @@
return {
{
'norcalli/nvim-colorizer.lua',
opts = {
'css',
'html',
'php',
'bash',
'fish',
'lua',
'toml',
html = {
mode = 'foreground',
},
},
},
}