dotfiles/dot_config/nvim/lua/plugins/yah.lua

8 lines
118 B
Lua
Raw Normal View History

2024-01-14 23:03:03 +09:00
return {
"inkch/vim-yah",
lazy = false,
config = function()
vim.cmd[[colorscheme yah]]
end,
}