mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-28 18:34:46 +01:00
10 lines
127 B
Lua
10 lines
127 B
Lua
return {
|
|
-- colorscheme
|
|
"tiyn/tccs.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {
|
|
require("tccs").load(),
|
|
},
|
|
}
|