mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
7 lines
137 B
Lua
7 lines
137 B
Lua
return {
|
|
"brenoprata10/nvim-highlight-colors",
|
|
config = function()
|
|
require("absolute.after.highlight-colors")
|
|
end,
|
|
}
|