fuckin vim
This commit is contained in:
parent
a45c1e0702
commit
c5c1e698f5
3 changed files with 25 additions and 2 deletions
11
nvim/lua/plugins/colorscheme.lua
Normal file
11
nvim/lua/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000, opts = { flavour = "mocha", transparent_background = true, }, },
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue