my config
This commit is contained in:
parent
94f551b803
commit
dece0f088a
15 changed files with 189 additions and 424 deletions
9
lua/custom/plugins/eldritch.lua
Normal file
9
lua/custom/plugins/eldritch.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'eldritch-theme/eldritch.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd [[colorscheme eldritch]]
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue