10 lines
158 B
Lua
10 lines
158 B
Lua
return {
|
|
"hollorol/angr.vim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
-- load the colorscheme here
|
|
vim.cmd([[colorscheme angr]])
|
|
end,
|
|
}
|