nvim sub
This commit is contained in:
parent
4edfe352e6
commit
1eac6a3470
25 changed files with 747 additions and 1194 deletions
17
nvim/lua/plugins/colorscheme.lua
Normal file
17
nvim/lua/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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