feat(theme): add sovjet theme
This commit is contained in:
parent
6cce57a50c
commit
0cf4b6194c
1 changed files with 13 additions and 0 deletions
13
lua/weeheavy/plugins/theme/soviet.lua
Normal file
13
lua/weeheavy/plugins/theme/soviet.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"rezniqov/soviet.nvim",
|
||||
branch = "main",
|
||||
lazy = false,
|
||||
enabled = true,
|
||||
priority = 1000,
|
||||
opts = {}, -- Add your soviet.nvim settings here.
|
||||
config = function(_, opts)
|
||||
require("soviet").setup(opts)
|
||||
vim.cmd.colorscheme("soviet-dark")
|
||||
-- vim.cmd.colorscheme("soviet-light")
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue