dotfiles/.config/nvim/lua/plugins/shelman-theme.lua
2023-06-03 11:14:09 +02:00

11 lines
233 B
Lua

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