diff options
Diffstat (limited to 'dot-config/nvim/lua')
| -rw-r--r-- | dot-config/nvim/lua/plugins/theme.lua | 15 |
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 = { |
