mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-17 22:24:46 +01:00
14 lines
202 B
Lua
14 lines
202 B
Lua
return {
|
|
-- colorscheme
|
|
{
|
|
"tiyn/tccs.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
require("tccs").setup({
|
|
require("tccs").load(),
|
|
})
|
|
end,
|
|
},
|
|
}
|