mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 14:33:41 +02:00
update
This commit is contained in:
parent
20654abe94
commit
b497b11437
5 changed files with 77 additions and 195 deletions
8
dot_config/nvim/lua/plugins/core.lua
Normal file
8
dot_config/nvim/lua/plugins/core.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin",
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue