local M = {}
|
|
|
|
M.disabled = false
|
|
|
|
M.install = { src = "https://github.com/rebelot/kanagawa.nvim" }
|
|
|
|
M.setup = function()
|
|
vim.cmd("colorscheme kanagawa")
|
|
end
|
|
|
|
return M
|