back on fedora, so switched to adwaita.nvim
This commit is contained in:
parent
c10241632e
commit
603b2c92d8
1 changed files with 20 additions and 10 deletions
|
|
@ -1,4 +1,14 @@
|
|||
return {
|
||||
{
|
||||
"Mofiqul/adwaita.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.g.adwaita_transparent = true
|
||||
vim.cmd([[colorscheme adwaita]])
|
||||
end
|
||||
},
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
|
|
@ -7,6 +17,6 @@ return {
|
|||
transparent_background = true,
|
||||
term_colors = true
|
||||
})
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue