✨ feat(nvim): new colorschemes added
This commit is contained in:
parent
2ddae86a4a
commit
c6372a8b5a
5 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"NTBBloodbath/doom-one.nvim",
|
||||
lazy = false,
|
||||
name = "doom-one",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"bluz71/vim-nightfly-colors",
|
||||
name = "nightfly",
|
||||
lazy = false,
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"AlexvZyl/nordic.nvim",
|
||||
lazy = false,
|
||||
name = "nordic",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"olivercederborg/poimandres.nvim",
|
||||
lazy = false,
|
||||
name = "poimandres",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"Tsuzat/NeoSolarized.nvim",
|
||||
lazy = false,
|
||||
name = "solarized",
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Reference in a new issue