Add alpha-nvim
This commit is contained in:
parent
da8a1bfb10
commit
b3a140a106
5 changed files with 15 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
--Gruvbox colorscheme
|
||||
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
|
||||
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
|
||||
|
||||
--tokyonight colorscheme
|
||||
{
|
||||
|
|
@ -13,7 +13,7 @@ return {
|
|||
{ "rebelot/kanagawa.nvim", priority = 1000 },
|
||||
|
||||
-- latte, frappe, macchiato, mocha
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
{ "catppuccin/nvim", priority = 1000, },
|
||||
|
||||
-- Theme inspired by Atom
|
||||
{ 'navarasu/onedark.nvim', priority = 1000, }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue