This commit is contained in:
2025-09-07 11:18:48 +02:00
parent 6132b60ca3
commit 1c933f1054
15 changed files with 206 additions and 54 deletions

View File

@@ -0,0 +1,12 @@
-- colorizer
--
-- A high-performance color highlighter for Neovim which has no external dependencies! Written in performant Luajit.
--
-- https://github.com/norcalli/nvim-colorizer.lua
--
return {
{
'norcalli/nvim-colorizer.lua',
},
}