mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 04:25:09 +02:00
8 lines
146 B
Lua
8 lines
146 B
Lua
|
return {
|
||
|
-- high-performance color highlighter
|
||
|
'norcalli/nvim-colorizer.lua',
|
||
|
config = function()
|
||
|
require('colorizer').setup()
|
||
|
end,
|
||
|
}
|