mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
9 lines
163 B
Lua
9 lines
163 B
Lua
return {
|
|
"folke/tokyonight.nvim",
|
|
name = "tokyonight",
|
|
priority = 1000,
|
|
config = function()
|
|
require("absolute.after.tokyonight")
|
|
end
|
|
}
|