mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
more themes
This commit is contained in:
parent
67ce1adc7f
commit
eaefbf8750
7 changed files with 52 additions and 1 deletions
9
lua/custom/plugins/ivory.lua
Normal file
9
lua/custom/plugins/ivory.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
-- Colorscheme
|
||||
"mstcl/ivory",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
dependencies = {
|
||||
"rktjmp/lush.nvim",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue