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

12 lines
233 B
Lua
Raw Normal View History

2023-06-03 11:13:58 +02:00
return {}
-- return {
-- name = "shelman-theme",
-- dir = "~/.config/shelman-theme/current/neovim",
-- dev = true,
-- lazy = false,
-- priority = 1000,
-- config = function()
-- vim.cmd([[colorscheme shelman]])
-- end,
-- }