mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update transparant backgound
This commit is contained in:
parent
007f8087fa
commit
dbdf3596c0
5 changed files with 59 additions and 10 deletions
|
@ -15,7 +15,6 @@ return {
|
|||
require("user.tokyonight")
|
||||
end,
|
||||
},
|
||||
{ "lunarvim/lunar.nvim" },
|
||||
{
|
||||
"navarasu/onedark.nvim",
|
||||
init = function()
|
||||
|
@ -23,7 +22,15 @@ return {
|
|||
require("onedark").load()
|
||||
end,
|
||||
},
|
||||
{ "arcticicestudio/nord-vim" },
|
||||
-- { "lunarvim/lunar.nvim" },
|
||||
-- { "arcticicestudio/nord-vim" },
|
||||
-- {
|
||||
-- "catppuccin/nvim",
|
||||
-- name = "catppuccin",
|
||||
-- init = function()
|
||||
-- require("user.catppuccin")
|
||||
-- end,
|
||||
-- },
|
||||
-- {
|
||||
-- "ellisonleao/gruvbox.nvim",
|
||||
-- init = function()
|
||||
|
@ -55,6 +62,7 @@ return {
|
|||
-- vim.g.material_style = "darker"
|
||||
-- end,
|
||||
-- },
|
||||
|
||||
-- dashboard
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue