dotfiles/.config/nvim/lua/plugins/shelman-theme.lua

10 lines
193 B
Lua

return {
name = "shelman-theme",
dir = "~/.config/shelman-theme/current/neovim",
dev = true,
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme shelman]])
end,
}