summaryrefslogtreecommitdiff
path: root/dot-config/nvim/lua/plugins
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-07-18 11:19:47 -0700
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-07-18 11:19:47 -0700
commit3118a77e0ee0a7d4fb78a5a612b393bda6298d0e (patch)
tree8f6cd1e72d6de40ca98a9a0de4e19a8c5535cae6 /dot-config/nvim/lua/plugins
parentbb4290e80c917f9e6711fd1fac6bf54c19eeb293 (diff)
add more colorschemes
Diffstat (limited to 'dot-config/nvim/lua/plugins')
-rw-r--r--dot-config/nvim/lua/plugins/theme.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/dot-config/nvim/lua/plugins/theme.lua b/dot-config/nvim/lua/plugins/theme.lua
index e202412..f4427ba 100644
--- a/dot-config/nvim/lua/plugins/theme.lua
+++ b/dot-config/nvim/lua/plugins/theme.lua
@@ -19,6 +19,21 @@ return {
}
},
+ { "vague2k/vague.nvim", lazy = false, priority = 1000 },
+
+ { "metalelf0/black-metal-theme-neovim", lazy = false, priority = 1000 },
+
+ {
+ 'AlexvZyl/nordic.nvim',
+ lazy = false,
+ priority = 1000,
+ opts = {
+ transparent = {
+ bg = true
+ },
+ },
+ },
+
{
"LazyVim/LazyVim",
opts = {