feat(nvim): new colorschemes added

This commit is contained in:
Sergio Laín 2023-11-17 11:07:10 +01:00
parent 2ddae86a4a
commit c6372a8b5a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
5 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
"NTBBloodbath/doom-one.nvim",
lazy = false,
name = "doom-one",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"bluz71/vim-nightfly-colors",
name = "nightfly",
lazy = false,
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"AlexvZyl/nordic.nvim",
lazy = false,
name = "nordic",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"olivercederborg/poimandres.nvim",
lazy = false,
name = "poimandres",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"Tsuzat/NeoSolarized.nvim",
lazy = false,
name = "solarized",
opts = {},
}