mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
So far, this is just based on mightymac. The other devices will be updated soon.
8 lines
137 B
Lua
8 lines
137 B
Lua
return {
|
|
"rebelot/kanagawa.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
vim.cmd.colorscheme "kanagawa"
|
|
end,
|
|
}
|